mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-23 13:01:19 +03:00
4 lines
50 B
Terraform
4 lines
50 B
Terraform
variable "AWS_REGION" {
|
|
default = "eu-west-1"
|
|
}
|