Skip to content

Instantly share code, notes, and snippets.

@slyness
Created March 10, 2017 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slyness/72adb77c051e49bd25165502755d548a to your computer and use it in GitHub Desktop.
Save slyness/72adb77c051e49bd25165502755d548a to your computer and use it in GitHub Desktop.
"Type": "AWS::CloudFormation::Stack",
"Properties": {
"Parameters": {
"IaasAdministratorAccessPolicyArn": {
"Fn::GetAtt": [
"IamPoliciesIaasAdministratorAccess",
"Outputs.IaasAdministratorAccessPolicyArn"
]
},
"DenyVpcPolicyArn": {
"Fn::GetAtt": [
"IamPoliciesDenyVpcChanges",
"Outputs.DenyVpcPolicyArn"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment