mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
5d9eeb6c4c
* Terraform 0.12
5 lines
51 B
Terraform
5 lines
51 B
Terraform
variable "AWS_REGION" {
|
|
default = "eu-west-1"
|
|
}
|
|
|