9 lines
343 B
Plaintext
9 lines
343 B
Plaintext
|
|
# ===========================================
|
||
|
|
# EXEMPLO — preencha com seus valores reais
|
||
|
|
# ===========================================
|
||
|
|
# Renomeie para terraform.tfvars e preencha os valores
|
||
|
|
# NUNCA commite terraform.tfvars com valores reais
|
||
|
|
|
||
|
|
proxmox_api_token_id = "SEU_TOKEN_ID_AQUI"
|
||
|
|
proxmox_api_token_secret = "SEU_TOKEN_SECRET_AQUI"
|