Version bump

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-06-29 20:57:57 -05:00
parent 92ce619cb7
commit d4f3256b74
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -2,8 +2,8 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.20.1"
version = ">= 2.23.0"
}
}
required_version = ">= 1.7.1"
required_version = ">= 1.7.2"
}