Bump terraform version

This commit is contained in:
Andrew Dryga
2023-09-28 21:02:07 -06:00
parent bb67f52a5b
commit 77a1fedc60
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
nodejs 18.16.0
elixir 1.15.2-otp-26
erlang 26.0.2
terraform 1.5.6
terraform 1.5.7
# Used for static analysis
python 3.9.13

View File

@@ -1,5 +1,5 @@
terraform {
required_version = "1.5.6"
required_version = "1.5.7"
required_providers {
random = {