5 lines
42 B
Terraform
5 lines
42 B
Terraform
|
provider "aws" {
|
||
|
region = var.region
|
||
|
}
|
||
|
|