carterjones/infrastructure

View on GitHub
terraform/carterjones-org-root/admin-global/variables.tf

Summary

Maintainability
Test Coverage
variable "email_username" {
  type        = string
  description = "The username of an email address to use for all AWS organization emails."
}

variable "email_domain" {
  type        = string
  description = "The domain of an email address to use for all AWS organization emails."
}