Skip to content

Commit

Permalink
mintlifydocs: include CloudformationCapabilities in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dschofie committed May 10, 2024
1 parent 6c5b61d commit 3c64ff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mintlifydocs/config/organization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ 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).
```
### Example
Expand Down
3 changes: 3 additions & 0 deletions mintlifydocs/features/Assign-IaC-Blueprints-To-Accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Organization:
CloudformationParameters:
- "HashKeyElementName=Painter"
- "TableName=test"
CloudformationCapabilities:
- "CAPABILITY_IAM"
- Email: [email protected]
AccountName: Safety Ingestion Team
- Name: Development
Expand Down Expand Up @@ -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).
```

0 comments on commit 3c64ff4

Please sign in to comment.