Files
terra-test/000000000000/iam/roles/provider.tf

4 lines
62 B
HCL

provider "aws" {
region = var.region
profile = "terra"
}