4 lines
62 B
Terraform
4 lines
62 B
Terraform
|
|
provider "aws" {
|
||
|
|
region = var.region
|
||
|
|
profile = "terra"
|
||
|
|
}
|