mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 08:56:47 -07:00
refactor: Upgrading Go to 1.17, Alpine to 3.14, and Terraform to 1.0.5. Also adding preliminary vulnerability report.
This commit is contained in:
parent
610ae5eed4
commit
b2e5795aed
6 changed files with 100 additions and 77 deletions
|
@ -1,18 +1,18 @@
|
|||
# main.tf
|
||||
module "us-east-1" {
|
||||
source = "./cluster"
|
||||
region = "us-east-1"
|
||||
provider_alias = "us-east-1"
|
||||
providers = {
|
||||
aws = "aws.us-east-1"
|
||||
}
|
||||
source = "./cluster"
|
||||
region = "us-east-1"
|
||||
provider_alias = "us-east-1"
|
||||
providers = {
|
||||
aws = "aws.us-east-1"
|
||||
}
|
||||
}
|
||||
|
||||
module "us-west-2" {
|
||||
source = "./cluster"
|
||||
region = "us-west-2"
|
||||
provider_alias = "us-west-2"
|
||||
providers = {
|
||||
aws = "aws.us-west-2"
|
||||
}
|
||||
source = "./cluster"
|
||||
region = "us-west-2"
|
||||
provider_alias = "us-west-2"
|
||||
providers = {
|
||||
aws = "aws.us-west-2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue