diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-02 19:51:54 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-02 19:51:54 +0100 |
commit | e1688aa9f2c3cc09f05c007c921bc24ed566e8e8 (patch) | |
tree | e02fcfe7ed41855cf71c90f74aeec5e1630886ba /opentofu/provider.tf | |
parent | 93f98bb6051fa702458f6853873a4443a401ba87 (diff) |
opentofu : Moving version definition from provider.tf to versions.tf
Diffstat (limited to 'opentofu/provider.tf')
-rw-r--r-- | opentofu/provider.tf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/opentofu/provider.tf b/opentofu/provider.tf index b78c91a..fade80e 100644 --- a/opentofu/provider.tf +++ b/opentofu/provider.tf @@ -1,14 +1,3 @@ -terraform { - required_version = ">= 0.13.0" - - required_providers { - proxmox = { - source = "telmate/proxmox" - version = "3.0.1-rc6" - } - } -} - provider "proxmox" { pm_api_url = var.proxmox_api_url pm_api_token_id = var.proxmox_api_token_id |