fix: ModifyPlan — terraform plan теперь видит изменения в source_dir (provider v0.1.16)

This commit is contained in:
“Naeel”
2026-03-11 18:27:46 +04:00
parent d3c54eb521
commit 57193536f3
7 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ terraform {
required_providers {
sless = {
source = "terra.k8c.ru/naeel/sless"
version = "~> 0.1.13"
version = "~> 0.1.16"
}
}
}