Version bump and cleanup deprecations

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2025-05-11 18:31:25 -05:00
parent 1f491fab93
commit ed7df9d205
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.38.0"
version = ">= 2.39.0"
}
}
required_version = ">= 1.9.0"