Compare commits
No commits in common. "master" and "2024-04-27.01" have entirely different histories.
master
...
2024-04-27
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -2,8 +2,8 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
linode = {
|
linode = {
|
||||||
source = "linode/linode"
|
source = "linode/linode"
|
||||||
version = ">= 2.39.0"
|
version = ">= 2.20.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
required_version = ">= 1.9.0"
|
required_version = ">= 1.6.2"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user