A few minor updates and attempts to clear up some lint / gosec warnings.

This commit is contained in:
James Wells 2021-12-23 13:35:36 -08:00
parent 66970dcd25
commit 1a0455152a
Signed by: jwells
GPG key ID: 73196D10B8E65666
10 changed files with 407 additions and 34 deletions

View file

@ -1,9 +1,9 @@
terraform {
required_version = ">= 1.0.9"
required_version = ">= 1.0.11"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.62.0"
version = "~> 3.70.0"
}
}
}