mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-25 21:38:58 -07:00
feat: minor cleanup.
This commit is contained in:
parent
28dd864350
commit
b1759291b4
3 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
||||||
# G'Agent
|
# G'Agent
|
||||||
[](https://github.com/dragonheim/gagent)
|
[](https://github.com/dragonheim/gagent)
|
||||||
[](https://github.com/dragonheim/gagent/src/branch/main/LICENSE)
|
[](https://github.com/dragonheim/gagent/src/branch/main/LICENSE)
|
||||||
|
|
||||||
[](https://drone.dragonheim.net/dragonheim/gagent)
|
[](https://drone.dragonheim.net/dragonheim/gagent)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
terraform {
|
terraform {
|
||||||
required_version = ">= 1.1.7"
|
required_version = ">= 1.3.1"
|
||||||
required_providers {
|
required_providers {
|
||||||
aws = {
|
aws = {
|
||||||
source = "hashicorp/aws"
|
source = "hashicorp/aws"
|
||||||
version = "~> 4.5.0"
|
version = "~> 4.56.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue