mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 07:46:47 -07:00
fix: Upgrading Terraform and starting to extend.
This commit is contained in:
parent
643267caba
commit
0557021282
3 changed files with 23 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
|||
terraform {
|
||||
required_version = ">= 1.0.0"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.46.0"
|
||||
}
|
||||
}
|
||||
required_version = ">= 1.0.7"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.59.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue