Version bump

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-04-21 21:25:04 -05:00
parent 27b4a7e1dd
commit 4258c8fbed
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -2,8 +2,8 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.17.0"
version = ">= 2.19.0"
}
}
required_version = ">= 1.6.0"
required_version = ">= 1.6.2"
}