Skip to content

Commit

Permalink
make prefix accessible for use when overriding getWorkspaceName
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman authored Sep 30, 2023
1 parent 094604e commit 821a00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class BaseStack extends TerraformStack {
constructor(
scope: Construct,
private organizationName: string,
private prefix: string,
public readonly prefix: string,
private options: BaseStackConfig = {}
) {
super(scope, "base");
Expand Down

0 comments on commit 821a00a

Please sign in to comment.