1
0
Files
terraform.examples/aws-sso/variables.tf
T
2026-02-13 15:44:24 +08:00

7 lines
158 B
Terraform

variable "aws-region" {}
variable "aws-region-short" {}
variable "customer-name" {}
variable "environment" {}
variable "project" {}
variable "application" {}