Add AWS::Partition as a variable available to CloudFormation templates
This commit is contained in:
parent
e8c65d3d85
commit
d60d562c62
@ -387,6 +387,7 @@ class ResourceMap(collections.Mapping):
|
|||||||
"AWS::StackName": stack_name,
|
"AWS::StackName": stack_name,
|
||||||
"AWS::URLSuffix": "amazonaws.com",
|
"AWS::URLSuffix": "amazonaws.com",
|
||||||
"AWS::NoValue": None,
|
"AWS::NoValue": None,
|
||||||
|
"AWS::Partition": "aws",
|
||||||
}
|
}
|
||||||
|
|
||||||
def __getitem__(self, key):
|
def __getitem__(self, key):
|
||||||
|
Loading…
Reference in New Issue
Block a user