sns-kms-key
dod-iac/sns-kms-key/aws
AWS KMS Key for use with AWS SNS
Usage Creates a KMS Key for use with SNS. ``hcl module "sns_kms_key" { source = "dod-iac/sns-kms-key/aws" name = format("alias/app-%s-sns-%s", var.application, var.environment) description = format("A SNS key used to encrypt SNS messages at rest for %s:%s.", var.application, var.environment) tags = { Application = var.application Environment = var.environment Automation = "Terraform" } } ` Terraform Version Terraform 0.13. Pin module version to ~> 1.0.0 . Submit pull-requests to main branch. Terraform 0.11 and 0.12 are not supported. License This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. However, because the project utilizes code licensed from contributors and other third parties, it therefore is licen
| Name | Type | Description | Default |
|---|---|---|---|
| allow_image_builder | bool | Allow EC2 Image Builder to send messages to SNS topics encrypted with this key. | false |
| description | string | "A KMS key used to encrypt SNS messages | |
| key_deletion_window_in_days | string | Duration in days after which the key is deleted after destruction of the resourc | 30 |
| name | string | The display name of the alias. The name must start with the word "alias" followe | "alias/sns" |
| services | list(string) | Services that can use this KMS key. | [
"cloudwatch.amazonaws.com",
"event |
| tags | map(string) | Tags applied to the KMS key. | {} |
aws_kms_alias_arn — The Amazon Resource Name (ARN) of the key alias.aws_kms_alias_name — The display name of the alias.aws_kms_key_arn — The Amazon Resource Name (ARN) of the key.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,