mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
9 lines
143 B
HCL
9 lines
143 B
HCL
provider "aws" {
|
|
alias = "us-west-2"
|
|
region = "us-west-2"
|
|
}
|
|
|
|
provider "aws" {
|
|
alias = "us-east-1"
|
|
region = "us-east-1"
|
|
}
|