Skip to content

Commit

Permalink
Merge pull request #2330 from buildkite/pb/capability_auto_expand
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius authored Jul 28, 2023
2 parents 99b7890 + b4d0e77 commit 7f58845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/agent/v3/elastic_ci_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ aws cloudformation create-stack \
--output text \
--stack-name buildkite \
--template-url "https://s3.amazonaws.com/buildkite-aws-stack/latest/aws-stack.yml" \
--capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM \
--capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \
--parameters "$(cat config.json)"
```

Expand Down

0 comments on commit 7f58845

Please sign in to comment.