9 lines
78 B
HCL
9 lines
78 B
HCL
provider "aws" {
|
|
region = var.region
|
|
}
|
|
|
|
terraform {
|
|
backend "s3" {
|
|
}
|
|
}
|
|
|