Files
terraform-course/foreach-demo/vars.tf
T
2019-10-30 16:05:22 +01:00

5 lines
69 B
Terraform

variable "AWS_REGION" {
type = string
default = "eu-west-1"
}