featurebase/qa/tf/perf/able/provider.tf
2022-04-18 09:31:35 -05:00

4 lines
66 B
HCL

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