Skip to content

launchbynttdata/tf-aws-module_primitive-kms_key_policy

Repository files navigation

tf-aws-module_primitive-kms_key_policy_policy

Requirements

Name Version
terraform ~> 1.0
aws ~> 5.0

Providers

Name Version
aws 5.100.0

Modules

No modules.

Resources

Name Type
aws_kms_key_policy.this resource
aws_iam_policy_document.kms_policy data source

Inputs

Name Description Type Default Required
key_id (Required) The ID of the KMS Key to attach the policy. string n/a yes
policy A JSON-formatted string that represents the key policy to attach to the KMS key.
map(object({
sid = string
effect = string
principals = map(list(string))
actions = list(string)
resources = list(string)
}))
null no
bypass_policy_lockout_safety_check (Optional) A boolean flag to indicate whether to bypass the KMS key policy lockout safety check. Defaults to false. bool false no

Outputs

Name Description
id The ID of the KMS Key Policy resource.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •