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