mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
9 lines
131 B
HCL
9 lines
131 B
HCL
provider "aws" {
|
|
alias = "eu-west-2"
|
|
region = "eu-west-2"
|
|
}
|
|
|
|
provider "aws" {
|
|
alias = "us-west-1"
|
|
region = "us-west-1"
|
|
}
|