7 lines
64 B
HCL
7 lines
64 B
HCL
provider "aws" {
|
|
region = var.region
|
|
|
|
default_tags {
|
|
|
|
}
|
|
}
|