You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ No providers.
120
120
| <aname="input_data_export_s3_prefix"></a> [data\_export\_s3\_prefix](#input\_data\_export\_s3\_prefix)| The prefix for the S3 bucket path where the AWS Data Export data will be saved. |`string`| no |
121
121
| <aname="input_data_export_table_config"></a> [data\_export\_table\_config](#input\_data\_export\_table\_config)| COR table configurations; see https://docs.aws.amazon.com/cur/latest/userguide/table-dictionary-cor.html for details. | <pre>object({<br> INCLUDE_ALL_RECOMMENDATIONS = string<br> FILTER = string<br> })</pre> | no |
122
122
| <aname="input_governance_role_additional_policy_json"></a> [governance\_role\_additional\_policy\_json](#input\_governance\_role\_additional\_policy\_json)| Custom additional policy in JSON format to attach to VerticeGovernance role. Default is null for no additional policy. |`string`| no |
123
+
| <aname="input_governance_role_assume_policy_json"></a> [governance\_role\_assume\_policy\_json](#input\_governance\_role\_assume\_policy\_json)| Optional override for VerticeGovernanceRole assume policy. Default assume role policy is constructed if this is not provided. |`string`| no |
123
124
| <aname="input_governance_role_enabled"></a> [governance\_role\_enabled](#input\_governance\_role\_enabled)| Whether to enable the module that creates VerticeGovernance role for the Cloud Cost Optimization. |`bool`| no |
124
125
| <aname="input_governance_role_external_id"></a> [governance\_role\_external\_id](#input\_governance\_role\_external\_id)| STS external ID value to require for assuming the governance role. Required if the governance IAM role is to be created. You will receive this from Vertice. |`string`| no |
125
126
| <aname="input_vertice_account_ids"></a> [vertice\_account\_ids](#input\_vertice\_account\_ids)| List of Account IDs, which are allowed to access the Vertice cross account role. |`list(string)`| no |
Copy file name to clipboardexpand all lines: modules/vertice-governance-role/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ No modules.
51
51
| <aname="input_cur_bucket_name"></a> [cur\_bucket\_name](#input\_cur\_bucket\_name)| The name of the bucket which will be used to store the CUR data for Vertice. |`string`|`null`| no |
52
52
| <aname="input_data_export_enabled"></a> [data\_export\_enabled](#input\_data\_export\_enabled)| Include policy enabling access to AWS Data Exports. |`bool`|`false`| no |
53
53
| <aname="input_governance_role_additional_policy_json"></a> [governance\_role\_additional\_policy\_json](#input\_governance\_role\_additional\_policy\_json)| Custom additional policy in JSON format to attach to VerticeGovernance role. Default is `null` for no additional policy. |`string`|`null`| no |
54
+
| <aname="input_governance_role_assume_policy_json"></a> [governance\_role\_assume\_policy\_json](#input\_governance\_role\_assume\_policy\_json)| Optional override for VerticeGovernanceRole assume policy. Default assume role policy is constructed if this is not provided. |`string`|`null`| no |
54
55
| <aname="input_governance_role_external_id"></a> [governance\_role\_external\_id](#input\_governance\_role\_external\_id)| STS external ID value to require for assuming the governance role. Required if the governance IAM role is to be created. You will receive this from Vertice. |`string`|`""`| no |
56
+
| <aname="input_governance_role_name_prefix"></a> [governance\_role\_name\_prefix](#input\_governance\_role\_name\_prefix)| Prefix of the VerticeGovernance role name and names of its policies. For testing purposes. It is discouraged to set / change this. |`string`|`""`| no |
55
57
| <aname="input_vertice_account_ids"></a> [vertice\_account\_ids](#input\_vertice\_account\_ids)| List of Account IDs, which are allowed to access the Vertice cross account role. |`list(string)`| <pre>[<br> "642184526628",<br> "762729743961"<br>]</pre> | no |
0 commit comments