mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-24 03:46:56 +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"
|
|
}
|