mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-25 22:48:59 -07:00
Updating for new Terraform, AWS, and Go versions.
This commit is contained in:
parent
1a0455152a
commit
af5407f2e6
3 changed files with 18 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
terraform {
|
||||
required_version = ">= 1.0.11"
|
||||
required_version = ">= 1.1.7"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.70.0"
|
||||
version = "~> 4.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue