Skip to content

Commit 26cd9ca

Browse files
Enrico Usailukeseawalker
authored andcommitted
DynamoDB BillingMode property is not supported in govcloud
AWS::NoValue removes the corresponding resource property when specified as a return value in the Fn::If intrinsic function. Signed-off-by: Enrico Usai <[email protected]>
1 parent beb6e91 commit 26cd9ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,9 @@
15631563
"BillingMode": {
15641564
"Fn::If": [
15651565
"GovCloudRegion",
1566-
"PROVISIONED",
1566+
{
1567+
"Ref": "AWS::NoValue"
1568+
},
15671569
"PAY_PER_REQUEST"
15681570
]
15691571
},
@@ -1574,7 +1576,9 @@
15741576
"ReadCapacityUnits": 5,
15751577
"WriteCapacityUnits": 5
15761578
},
1577-
{ "Ref": "AWS::NoValue" }
1579+
{
1580+
"Ref": "AWS::NoValue"
1581+
}
15781582
]
15791583
}
15801584
}

0 commit comments

Comments
 (0)