diff --git a/terraform/bikeshed/main.tf b/terraform/bikeshed/main.tf_test similarity index 95% rename from terraform/bikeshed/main.tf rename to terraform/bikeshed/main.tf_test index af7a250..098e75e 100644 --- a/terraform/bikeshed/main.tf +++ b/terraform/bikeshed/main.tf_test @@ -1,12 +1,3 @@ -terraform { - required_providers { - proxmox = { - source = "telmate/proxmox" - version = "2.7.4" - } - } -} - provider "proxmox" { # url is the hostname (FQDN if you have one) for the proxmox host you'd like to connect to to issue the commands. my proxmox host is 'prox-1u'. Add /api2/json at the end for the API pm_api_url = "https://192.168.1.230:8006/api2/json"