Compare commits

..

2 Commits

Author SHA1 Message Date
jmrothst c2ff061acc Version bump
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-06-26 20:13:52 -05:00
jmrothst 05939cdc47 Format depends on validate
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-06-06 16:49:39 -05:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ initupgrade:
tofu init -upgrade=true
.PHONY: fmt
fmt: init
fmt: init validate
tofu fmt
.PHONY: validate
validate: init fmt
validate: init
tofu validate
.PHONY: clean
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = ">= 2.87.0"
version = ">= 2.91.0"
}
}
required_version = ">= 1.11.5"