Compare commits

..

No commits in common. "master" and "2024-11-30.01" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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