feat: minor cleanup.

This commit is contained in:
James Wells 2023-03-06 14:59:28 -08:00
parent 28dd864350
commit b1759291b4
Signed by: jwells
GPG key ID: 73196D10B8E65666
3 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
# G'Agent
[![Maintained Status](https://img.shields.io/maintenance/yes/2021?style=plastic)](https://github.com/dragonheim/gagent)
[![Maintained Status](https://img.shields.io/maintenance/yes/2023?style=plastic)](https://github.com/dragonheim/gagent)
[![License](https://img.shields.io/badge/License-MIT-limegreen.svg)](https://github.com/dragonheim/gagent/src/branch/main/LICENSE)
[![Build Status](https://drone.dragonheim.net/api/badges/dragonheim/gagent/status.svg)](https://drone.dragonheim.net/dragonheim/gagent)

View file

@ -1,9 +1,9 @@
terraform {
required_version = ">= 1.1.7"
required_version = ">= 1.3.1"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.5.0"
version = "~> 4.56.0"
}
}
}