mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
4 lines
66 B
HCL
4 lines
66 B
HCL
provider "aws" {
|
|
region = var.region
|
|
profile = var.profile
|
|
}
|