Difference between revisions of "Terraform resource: aws kms key"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* <code>[[Error: "kms_key_id" (arn:::aws) is an invalid ARN: arn: not enough sections]]</code> | * <code>[[Error: "kms_key_id" (arn:::aws) is an invalid ARN: arn: not enough sections]]</code> | ||
* [[Terraform EKS module]] | * [[Terraform EKS module]] | ||
+ | * [[execute_command_configuration]] | ||
== See also == | == See also == |
Revision as of 17:30, 14 May 2023
aws_kms_key
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key
- deletion_window_in_days: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key#deletion_window_in_days safety measure to delay key deletion, this waiting can be defined between 7 and 30 days
Official example
resource "aws_kms_key" "a" { description = "KMS key 1" deletion_window_in_days = 10 }
key_id
policy
(optional) https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key#policy
Related
Error: MalformedPolicyDocumentException: Policy contains a statement with one or more invalid principals.
aws_kms_alias
Error: "kms_key_id" (arn:::aws) is an invalid ARN: arn: not enough sections
- Terraform EKS module
- execute_command_configuration
See also
Advertising: