Skip to content

Commit

Permalink
Merge pull request #239 from guardian/aa-explicit-access
Browse files Browse the repository at this point in the history
fix: be explicit about access to migratedFromCloudFormation
  • Loading branch information
akash1810 authored Feb 11, 2021
2 parents 2698672 + 12c338f commit 4a9815d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constructs/core/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export class GuStack extends Stack {
private readonly _stack: GuStackParameter;
private readonly _app: string;

public readonly migratedFromCloudFormation: boolean;

get stage(): string {
return this._stage.valueAsString;
}
Expand All @@ -54,8 +56,6 @@ export class GuStack extends Stack {
return this._app;
}

migratedFromCloudFormation: boolean;

/**
* A helper function to add a tag to all resources in a stack.
*
Expand Down

0 comments on commit 4a9815d

Please sign in to comment.