remove override and adjust gitignore

This commit is contained in:
Andreas Gruhler 2019-07-06 11:03:25 +02:00
parent c879c4ca2f
commit 8dd170e7ae
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea
examples/*_override.tf
*~*
*.bak

View File

@ -1,9 +0,0 @@
provider "proxmox" {
pm_api_url = "https://proxmox.wolke4.org/api2/json"
pm_password = "^U)kV+^Yv}9_KiXN6QY,3;NZO"
pm_user = "terraform@pve"
}
resource "proxmox_lxc" "lxc-test" {
target_node = "wolke4"
}