Add initial Terraform configuration for Azure and Proxmox resources

This commit is contained in:
2026-03-01 14:16:44 +02:00
parent 44d658745e
commit b11172504d
17 changed files with 869 additions and 0 deletions

4
modules/pip/outputs.tf Normal file
View File

@@ -0,0 +1,4 @@
output "ip" {
description = "The `ip` field of the echoip response."
value = trimspace(data.http.echoip.response_body)
}