Skip to content

Commit 7def57f

Browse files
committed
Remove condition
1 parent fe7afce commit 7def57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Parameters:
4040

4141
Conditions:
4242
IsProd: !Equals [!Ref RunEnvironment, "prod"]
43-
IsDev: !Equals [!Ref RunEnvironment, "dev"]
43+
# IsDev: !Equals [!Ref RunEnvironment, "dev"]
4444
ShouldAttachVpc: !Equals [true, !Ref VpcRequired]
4545

4646
Mappings:

0 commit comments

Comments
 (0)