Skip to content

benniemosher-dev/terraform-aws-kms

Repository files navigation

terraform-aws-kms

CI Terraform

πŸ—οΈ A TF module for AWS encryption keys. πŸ—οΈ

πŸ“œ Usage:

  • To install dependencies needed run:
    brew bundle install
  • To initialize Terraform in this folder:
    task infra:init
  • To update modules and providers in this folder:
    task init -- -upgrade
  • To validate the module in this folder:
    task infra:validate
  • To plan the infrastructure in this folder:
    task infra:plan
  • To plan specific resources of infrastructure in this folder:
    task infra:plan -- -target='cloudflare_record.this'

πŸ†’ Extras:

  • To find all the automation available in this folder:
    task --list-all
  • To estimate the cost of the infrastructure in this folder:
    task infra:cost
  • To update the documentation in this folder:
    task infra:docs
  • To lint the Terraform in this folder:
    task infra:lint
  • To validate security in this folder:
    task infra:sec

πŸ“‹ Documentation

Requirements

Name Version
terraform ~> 1.3
aws ~> 4.40

Providers

Name Version
aws 4.46.0

Modules

No modules.

Resources

Name Type
aws_kms_alias.this resource
aws_kms_key.this resource

Inputs

Name Description Type Default Required
config The config to create the encryption key with.
object({
deletion_window_in_days = optional(string, 10)
description = optional(string, "Managed by Terraform")
enable_key_rotation = optional(bool, true)
name = string
policy = optional(string, null)
})
n/a yes

Outputs

Name Description
arn The ARN of the KMS key created.
id The ID of the KMS key created.

About

πŸ—οΈ A TF module for AWS encryption keys. πŸ—οΈ

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published