-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mintlifydocs: include CloudformationCapabilities in docs
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ Organization: | |
CloudformationParameters: | ||
- "HashKeyElementName=Painter" | ||
- "TableName=test" | ||
CloudformationCapabilities: | ||
- "CAPABILITY_IAM" | ||
- Email: [email protected] | ||
AccountName: Safety Ingestion Team | ||
- Name: Development | ||
|
@@ -58,4 +60,5 @@ Stacks: | |
Region: # (Optional) What region the stack's resources will be provisioned in. Region can be a comma separated list of regions or "all" to apply to all regions in an account. | ||
Workspace: # (Optional) Specify a Terraform workspace to use. | ||
CloudformationParameters: # (Optional) A list of parameters to pass into the cloudformation stack. | ||
CloudformationCapabilities: # (Optional) A list of capabilities to pass into the cloudformation stack the only valid values are (CAPABILITY_IAM | CAPABILITY_NAMED_IAM | CAPABILITY_AUTO_EXPAND). | ||
``` |