hongbo-miao/hongbomiao.com

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

Summary

Maintainability
Test Coverage
variable "amazon_route_53_record_name" {
  type = string
}
variable "amazon_route_53_record_values" {
  type = list(string)
}