Updating for new Terraform, AWS, and Go versions.

This commit is contained in:
James Wells 2022-03-16 16:11:38 -07:00
parent 1a0455152a
commit af5407f2e6
Signed by: jwells
GPG key ID: 73196D10B8E65666
3 changed files with 18 additions and 17 deletions

View file

@ -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"
}
}
}