From 36943b299a26a94c92dbfa16a11a450b04725da1 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 23 Mar 2025 20:03:14 +0100 Subject: tofu: update bpg/proxmox to 0.73.2 (tested) --- docker/README.md | 2 +- opentofu/versions.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 4135d1f..38a7ca4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,6 +4,6 @@ This folder contains Docker-related configurations for containerized services. ## Structure - **compose/**: Docker Compose files for running multi-container services. - - Each service (e.g., Nginx, PostgreSQL) has its own subfolder containing a \`compose.yaml\` file and any necessary environment files (e.g., \`.env\`). + - Each service/app (e.g., Nginx, Grafana) has its own subfolder containing a `compose.yaml` file and any necessary environment files (e.g., `.env`). - **images/**: Custom Dockerfiles for building custom images. diff --git a/opentofu/versions.tf b/opentofu/versions.tf index 0f20197..cb31001 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.73.1" + version = "0.73.2" } local = { source = "hashicorp/local" -- cgit v1.2.3