Version update and tofu validate

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-02-01 00:44:46 -06:00
parent 4d31df68a9
commit 0ad4eeacc4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
resource "digitalocean_droplet" "this" {
backups = "true"
backups = "true"
backup_policy {
plan = var.backup_policy_plan
weekday = var.backup_policy_weekday
hour = var.backup_policy_hour
}
image = var.image_name
ipv6 = "true"
image = var.image_name
ipv6 = "true"
lifecycle {
ignore_changes = [
image,