mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-12 00:22:40 -07:00
9 lines
147 B
HCL
9 lines
147 B
HCL
provider "aws" {
|
|
alias = "us-west-2"
|
|
region = "us-west-2"
|
|
}
|
|
|
|
provider "aws" {
|
|
alias = "us-east-1"
|
|
region = "us-east-1"
|
|
}
|