We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1db986 commit b6609f4Copy full SHA for b6609f4
cloudformation/main.yml
@@ -27,7 +27,6 @@ Parameters:
27
Type: String
28
29
Conditions:
30
- IsProd: !Equals [!Ref RunEnvironment, "prod"]
31
IsDev: !Equals [!Ref RunEnvironment, "dev"]
32
ShouldAttachVpc: !Equals [true, !Ref VpcRequired]
33
0 commit comments