Skip to content

Commit

Permalink
TemplateURL takes a non-s3 scheme url
Browse files Browse the repository at this point in the history
  • Loading branch information
keithduncan committed Nov 26, 2021
1 parent 3b081bb commit 42c4ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ create-stack: build/aws-stack.yml env-STACK_NAME env-BUILDKITE_AWS_STACK_BUCKET
--output text \
--stack-name $(STACK_NAME) \
--disable-rollback \
--template-url "s3://$(BUILDKITE_AWS_STACK_BUCKET)/$(BUCKET_PREFIX)/aws-stack.yml" \
--template-url "https://$(BUILDKITE_AWS_STACK_BUCKET).s3.amazonaws.com/$(BUCKET_PREFIX)/aws-stack.yml" \
--capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \
--parameters "$$(cat config.json)" \
"$(role_arn)"
Expand Down

0 comments on commit 42c4ed6

Please sign in to comment.