Prevent unintentional recreation when Image changes

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2024-06-29 20:56:15 -05:00
parent 345ea61288
commit f0cb096503
2 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = ">= 2.38.0"
version = ">= 2.39.2"
}
}
required_version = ">= 1.7.1"
required_version = ">= 1.7.2"
}