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