Closed xiwhuang closed 3 years ago
Issue #38
AutoDeployment
Parameters
Resources: TestStackSet: Type: AWS::CloudFormation::StackSet Properties: StackSetName: StackSet-UpdateTest Description: Description PermissionModel: SERVICE_MANAGED AutoDeployment: Enabled: true RetainStacksOnAccountRemoval: true Parameters: - ParameterKey: Number ParameterValue: 150 TemplateBody: | Parameters: Number: Type: "String" Resources: WaitCondition: Type: AWS::CloudFormation::WaitCondition Properties: Timeout: !Ref Number Outputs: StackSetId: Value: !Ref TestStackSet
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #38
Description of changes:
Testing
AutoDeployment
Parameters
Testing Template
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.