Compare commits

..

No commits in common. "master" and "2024-05-26.01" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ initupgrade:
.PHONY: fmt .PHONY: fmt
fmt: init fmt: init
tofu fmt terraform fmt
.PHONY: validate .PHONY: validate
validate: init fmt validate: init fmt

View File

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