Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Update deploy-admin-stack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnyc authored Apr 12, 2023
1 parent 5221689 commit d6127a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

aws cloudformation create-stack --stack-name --region us-east-1 cfn-admin-role-stack \
--template-url https://s3.amazonaws.com/quickstart-examples/samples/cloudformation-stack-ttl/templates/cloudformation-admin-iam.yaml \
--template-url https://s3.amazonaws.com/aws-quickstart/quickstart-examples/samples/cloudformation-stack-ttl/templates/cloudformation-admin-iam.yaml \
--capabilities "CAPABILITY_IAM" "CAPABILITY_AUTO_EXPAND" \
--disable-rollback
--disable-rollback

0 comments on commit d6127a2

Please sign in to comment.