4 lines
73 B
HCL
4 lines
73 B
HCL
provider "aws" {
|
|
region = var.AWS_REGION
|
|
profile = "cw-terraform"
|
|
}
|