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
- Host: GitHub
- URL: https://github.com/glueops/terraform-module-cloud-aws-dnssec-kms-key
- Owner: GlueOps
- Created: 2023-03-27T22:31:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T00:32:43.000Z (over 1 year ago)
- Last Synced: 2025-03-28T11:44:07.060Z (over 1 year ago)
- Topics: glueops-platform
- Language: HCL
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |