feat(terraform): write provisioned IPv4 into dynamic ansible inventory

This commit is contained in:
2026-08-14 18:45:24 +02:00
parent 8255ac97e2
commit 116f2777a1
3 changed files with 24 additions and 10 deletions
+4
View File
@@ -5,6 +5,10 @@ terraform {
source = "ovh/ovh"
version = "~> 2.19.0"
}
local = {
source = "hashicorp/local"
version = "~> 2.9.0"
}
}
}