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

Commit

Permalink
Merge pull request #75 from aws-quickstart/vsnyc-patch-2
Browse files Browse the repository at this point in the history
Fixed URL
  • Loading branch information
vsnyc authored Apr 12, 2023
2 parents 106a43a + 2065c98 commit 5221689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/cloudformation-stack-ttl/scripts/deploy-demo-stack.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

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

0 comments on commit 5221689

Please sign in to comment.