4 lines
41 B
HCL
4 lines
41 B
HCL
provider "aws" {
|
|
region = var.region
|
|
}
|
provider "aws" {
|
|
region = var.region
|
|
}
|