vars.tf 523 B

12345678910111213
  1. variable "tags" { type = map }
  2. variable "dns_info" { type = map }
  3. variable "cidr_map" { type = map }
  4. variable "instance_termination_protection" { type = bool }
  5. variable "standard_tags" { type = map }
  6. variable "environment" { type = string }
  7. variable "trusted_ips" { type = list }
  8. variable "aws_region" { type = string }
  9. variable "aws_partition" { type = string }
  10. variable "aws_partition_alias" { type = string }
  11. variable "aws_account_id" { type = string }
  12. variable "common_services_account" { type = string }