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