Attempt 2 lol
This commit is contained in:
@@ -3,7 +3,7 @@ terraform {
|
||||
|
||||
required_providers{
|
||||
proxmox = {
|
||||
source = "/telmate/proxmox"
|
||||
source = "telmate/proxmox"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -24,4 +24,5 @@ provider "proxmox" {
|
||||
pm_api_url = var.proxmox_api_url
|
||||
pm_api_token_id = var.proxmox_api_token_id
|
||||
pm_api_token_secret = var proxmox_api_token_secret
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user