vars.tf 487 B

123456789101112
  1. variable "c2_accounts" { type = map }
  2. variable "root_authority_arn" { type = string }
  3. variable "tags" { type = map }
  4. variable "standard_tags" { type = map }
  5. variable "environment" { type = string }
  6. variable "aws_region" { type = string }
  7. variable "aws_account_id" { type = string }
  8. variable "aws_partition" { type = string }
  9. variable "aws_partition_alias" { type = string }
  10. variable "common_services_account" { type = string }
  11. variable "instance_termination_protection" { type = bool }