featurebase/qa/tf/perf/able/provider.tf
2022-09-02 13:23:39 -07:00

4 lines
66 B
HCL

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