7 lines
83 B
HCL
7 lines
83 B
HCL
terraform {
|
|
backend "s3" {}
|
|
}
|
|
|
|
provider "aws" {
|
|
region = "${var.region}"
|
|
}
|