variable "environment" {
  type        = string
  description = "Available values: dev, qa, prod."
  default     = "prod"
}

variable "shared_engineering_read_policy_name" {
  type        = string
  description = "The name to give to the shared engineering read policy"
  default     = "orchard-shared-engineering-read-policy"
}

variable "shared_engineering_iam_access_policy_name" {
  type        = string
  description = "The name to give to the shared engineering IAM access policy"
  default     = "orchard-shared-engineering-iam-access-policy"
}

variable "break_glass_elevate_permissions_policy_name" {
  type        = string
  description = "The name to give to the shared engineering IAM access policy"
  default     = "break-glass-elevate-permissions-access-policy"
}

variable "trusted_advisor_iam_access_policy_name" {
  type        = string
  description = "The name to give to the trusted advisor IAM access policy"
  default     = "orchard-trusted-advisor-access-policy"
}
