summaryrefslogtreecommitdiff
path: root/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'main.tf')
-rw-r--r--main.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.tf b/main.tf
index 364b378..6811051 100644
--- a/main.tf
+++ b/main.tf
@@ -9,8 +9,8 @@ terraform {
provider "proxmox" {
pm_api_url = "https://pve.xlinfo.fr:8006/api2/json"
- pm_user = "stagiaire@pve"
- pm_password = "terraform"
+ pm_user = "xxxxxxxx@pve"
+ pm_password = "xxxxxxxx"
}
resource "proxmox_vm_qemu" "stagiaire" {