hongbo-miao/hongbomiao.com

View on GitHub
cloud-infrastructure/terraform/modules/aws/hm_aws_kms_key/variables.tf

Summary

Maintainability
Test Coverage
variable "aws_kms_key_name" {
  type = string
}
variable "environment" {
  type = string
}
variable "team" {
  type = string
}