mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 09:01:59 +03:00
4 lines
53 B
Terraform
4 lines
53 B
Terraform
provider "aws" {
|
|
region = "${var.AWS_REGION}"
|
|
}
|