An open API service indexing awesome lists of open source software.

https://github.com/glueops/terraform-module-cloud-aws-dnssec-kms-key


https://github.com/glueops/terraform-module-cloud-aws-dnssec-kms-key

glueops-platform

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# terraform-module-cloud-aws-dnssec-kms-key

This Terraform module creates an AWS KMS key in us-east-1 to be used by Route53 DNSSEC.

Note: This is regional to us-east-1 only.

## Requirements

No requirements.

## Providers

| Name | Version |
|------|---------|
| [aws.primary](#provider\_aws.primary) | n/a |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [aws_kms_key.primary](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [aws\_account\_id](#input\_aws\_account\_id) | The AWS Account ID | `string` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| [kms\_key\_arn](#output\_kms\_key\_arn) | n/a |