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