1 Commits

Author SHA1 Message Date
36ea991027 fix: make sure to not brick my reverse proxy
Some checks failed
continuous-integration/drone/push Build is failing
2025-01-13 19:58:16 +01:00
2 changed files with 1 additions and 6 deletions

View File

@@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.10] - 2025-01-13
### Fixed
- make sure to not brick my reverse proxy
## [0.5.8] - 2025-01-12 ## [0.5.8] - 2025-01-12
### Fixed ### Fixed

View File

@@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "Telmate/proxmox" source = "Telmate/proxmox"
version = "3.0.1-rc9" version = "3.0.1-rc6"
} }
} }
required_version = ">= 0.13" required_version = ">= 0.13"