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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ See [the official document](https://www.terraform.io/docs/backends/types/s3.html
129
129
|------|-------------|
130
130
| <aname="output_dynamodb_table"></a> [dynamodb\_table](#output\_dynamodb\_table)| The DynamoDB table to manage lock states. |
131
131
| <aname="output_kms_key"></a> [kms\_key](#output\_kms\_key)| The KMS customer master key to encrypt state buckets. |
132
-
| <aname="output_kms_key_alias"></a> [kms\_key\_alias](#output\_kms\_key\_alias)| The alias of the KMS customer master key used to encrypt state buckets. |
132
+
| <aname="output_kms_key_alias"></a> [kms\_key\_alias](#output\_kms\_key\_alias)| The alias of the KMS customer master key used to encrypt state bucket and dynamodb. |
133
+
| <aname="output_kms_key_replica"></a> [kms\_key\_replica](#output\_kms\_key\_replica)| The KMS customer master key to encrypt replica bucket and dynamodb. |
133
134
| <aname="output_replica_bucket"></a> [replica\_bucket](#output\_replica\_bucket)| The S3 bucket to replicate the state S3 bucket. |
134
135
| <aname="output_state_bucket"></a> [state\_bucket](#output\_state\_bucket)| The S3 bucket to store the remote state file. |
135
136
| <aname="output_terraform_iam_policy"></a> [terraform\_iam\_policy](#output\_terraform\_iam\_policy)| The IAM Policy to access remote state environment. |
0 commit comments