Skip to content

Commit b6609f4

Browse files
committed
Remove CFN isProd condition
1 parent d1db986 commit b6609f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloudformation/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Parameters:
2727
Type: String
2828

2929
Conditions:
30-
IsProd: !Equals [!Ref RunEnvironment, "prod"]
3130
IsDev: !Equals [!Ref RunEnvironment, "dev"]
3231
ShouldAttachVpc: !Equals [true, !Ref VpcRequired]
3332

0 commit comments

Comments
 (0)