featurebase/qa/tf/perf/delete/provider.tf
reesporte c9c36f5fc6 WIP: start integration test setup
TODO:
- remove commented out gitlab jobs
- make it run only on merge to master
2022-03-15 14:43:06 -05:00

4 lines
66 B
HCL

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