Skip to content

Commit c192984

Browse files
committed
mintlifydocs: include CloudformationCapabilities in docs
1 parent 7cf4913 commit c192984

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mintlifydocs/config/organization.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Stacks:
107107
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.
108108
Workspace: # (Optional) Specify a Terraform workspace to use.
109109
CloudformationParameters: # (Optional) A list of parameters to pass into the cloudformation stack.
110+
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).
110111
```
111112
112113
### Example

mintlifydocs/features/Assign-IaC-Blueprints-To-Accounts.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Organization:
3131
CloudformationParameters:
3232
- "HashKeyElementName=Painter"
3333
- "TableName=test"
34+
CloudformationCapabilities:
35+
- "CAPABILITY_IAM"
3436
3537
AccountName: Safety Ingestion Team
3638
- Name: Development
@@ -58,4 +60,5 @@ Stacks:
5860
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.
5961
Workspace: # (Optional) Specify a Terraform workspace to use.
6062
CloudformationParameters: # (Optional) A list of parameters to pass into the cloudformation stack.
63+
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).
6164
```

0 commit comments

Comments
 (0)