Version bumps

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-09-03 20:47:10 -05:00
parent b1f8b7dfbc
commit efbba9cd51
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -5,5 +5,5 @@ terraform {
version = ">= 2.40.0" version = ">= 2.40.0"
} }
} }
required_version = ">= 1.8.0" required_version = ">= 1.8.1"
} }