⚡: remove useless var for import
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Proxmox related
|
# Proxmox related
|
||||||
export PROXMOX_VE_ENDPOINT=<url>
|
|
||||||
export PROXMOX_VE_USERNAME=<user>
|
export PROXMOX_VE_USERNAME=<user>
|
||||||
export PROXMOX_VE_PASSWORD=<password>
|
export PROXMOX_VE_PASSWORD=<password>
|
||||||
# OVH related
|
# OVH related
|
||||||
|
@@ -16,5 +16,6 @@ provider "ovh" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provider "proxmox" {
|
provider "proxmox" {
|
||||||
|
endpoint = "https://serenor.dmz.mateu.be:8006"
|
||||||
insecure = "true"
|
insecure = "true"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user