docs: add pve, opentofu, cloudinit article
This commit is contained in:
parent
c48ee905df
commit
ecaea9db49
7 changed files with 544 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
|
||||
terraform {
|
||||
required_version = "> 1.6.0"
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.64.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "proxmox" {
|
||||
endpoint = var.pve_endpoint
|
||||
username = var.pve_username
|
||||
password = var.pve_password
|
||||
insecure = var.pve_insecure
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue