Skip to content

Commit

Permalink
readme udpated with variable value change
Browse files Browse the repository at this point in the history
  • Loading branch information
vtaws committed Jan 17, 2025
1 parent 6a268cb commit 15bb598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/cicd-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ All stacks are configured with the following timeout settings:
| Variable | Type | Default | Description | Validation |
|----------|------|---------|-------------|------------|
| mgmt_resource_prefix | string | "cid" | Prefix for management account resources | Must match pattern ^[a-z0-9]+[a-z0-9-]{1,61}[a-z0-9]+$ |
| mgmt_manage_cur2 | string | "no" | Enable CUR 2.0 in management account | Must be "yes" or "no" |
| mgmt_manage_cur2 | string | "yes" | Enable CUR 2.0 in management account | Must be "yes" or "no" |
| mgmt_manage_focus | string | "no" | Enable FOCUS in management account | Must be "yes" or "no" |
| mgmt_manage_coh | string | "no" | Enable Cost Optimization Hub in management account | Must be "yes" or "no" |
| mgmt_enable_scad | string | "yes" | Enable Split Cost Allocation Data in management account | Must be "yes" or "no" |
Expand Down
2 changes: 1 addition & 1 deletion terraform/manual-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ All stacks are configured with the following timeout settings:
| Variable | Type | Default | Description | Validation |
|----------|------|---------|-------------|------------|
| mgmt_resource_prefix | string | "cid" | Prefix for management account resources | Must match pattern ^[a-z0-9]+[a-z0-9-]{1,61}[a-z0-9]+$ |
| mgmt_manage_cur2 | string | "no" | Enable CUR 2.0 in management account | Must be "yes" or "no" |
| mgmt_manage_cur2 | string | "yes" | Enable CUR 2.0 in management account | Must be "yes" or "no" |
| mgmt_manage_focus | string | "no" | Enable FOCUS in management account | Must be "yes" or "no" |
| mgmt_manage_coh | string | "no" | Enable Cost Optimization Hub in management account | Must be "yes" or "no" |
| mgmt_enable_scad | string | "yes" | Enable Split Cost Allocation Data in management account | Must be "yes" or "no" |
Expand Down

0 comments on commit 15bb598

Please sign in to comment.