terraform-aws-kms-key icon indicating copy to clipboard operation
terraform-aws-kms-key copied to clipboard

Terraform module to provision a KMS key with alias

Results 5 terraform-aws-kms-key issues
Sort by recently updated
recently updated
newest added

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

no-release
auto-update
readme

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) This repository currently has no open or pending branches. ## Detected dependencies terraform versions.tf - `hashicorp/terraform >= 0.13`...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature A clear and concise description of what the bug is. ##...

Instead of relying on KMS to generate a default policy, generate one ourselves, and expose some new variables for users to easily modify it. Now users can explicitly specify who...

This module currently creates KMS keys with a policy stating "any IAM user/role can do anything with this key". If you want a more restrictive policy, you have to write...