diff --git a/provider.tf b/provider.tf index 5617569..b4ec884 100644 --- a/provider.tf +++ b/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "Telmate/proxmox" - version = "3.0.1-rc6" + version = "3.0.1-rc8" } } required_version = ">= 0.13"