8 lines
64 B
Terraform
8 lines
64 B
Terraform
|
provider "aws" {
|
||
|
region = var.region
|
||
|
|
||
|
default_tags {
|
||
|
|
||
|
}
|
||
|
}
|