Skip to content

Commit

Permalink
Update KMS Module - Include Multi Region option
Browse files Browse the repository at this point in the history
  • Loading branch information
Weyder Ferreira committed Jan 6, 2023
1 parent 0e2469c commit 834e24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kms/key/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ No modules.
| <a name="input_multi_region"></a> [multi\_region](#input\_multi\_region) | (Optional) Indicates whether the KMS key is a multi-Region (true) or regional (false) key. | `bool` | `false` | no |
| <a name="input_name"></a> [name](#input\_name) | KMS Alias name | `string` | n/a | yes |
| <a name="input_policy"></a> [policy](#input\_policy) | Policy used by KMS | `string` | `""` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to add to ECS Cluster | `map(string)` | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags | `map(string)` | `{}` | no |

## Outputs

Expand Down
4 changes: 2 additions & 2 deletions kms/key/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "enable_key_rotation" {
variable "tags" {
type = map(string)
default = {}
description = "A map of tags to add to ECS Cluster"
description = "A map of tags"
}

variable "name" {
Expand All @@ -49,4 +49,4 @@ variable "multi_region" {
type = bool
default = false
description = "(Optional) Indicates whether the KMS key is a multi-Region (true) or regional (false) key."
}
}

0 comments on commit 834e24b

Please sign in to comment.