mirror of
https://github.com/dragonheim/gagent.git
synced 2025-07-12 14:18:15 -07:00
fix: updating Go & Alpine versions
This commit is contained in:
parent
0b3e575331
commit
7924ed5962
5 changed files with 12 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
terraform {
|
||||
required_version = ">= 0.15.3"
|
||||
required_version = ">= 1.0.0"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.42.0"
|
||||
version = "~> 3.46.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue