From b595fd2b6fccbc81c445a9ddbd550fb1cee005cf Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 1 Aug 2026 22:43:48 -0400 Subject: updated tf readme with mostly up-to-date stuff --- terraform/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'terraform') diff --git a/terraform/README.md b/terraform/README.md index 11c1762..22c8f34 100755 --- a/terraform/README.md +++ b/terraform/README.md @@ -1,9 +1,9 @@ This part of the repo is responsible for creating -our home-lab infrastructure using Terraform. +our home-lab infrastructure using Terraform (actually OpenTofu). # First time ``` -terraform init +tofu init cp con.env.example con.env ``` Modify `con.env` with your Proxmox access creds. @@ -15,16 +15,16 @@ we cannot use the recommended approach dedicated TF user's API access. ``` source con.env -terraform plan -out=tfplan -#terraform plan -target="proxmox_lxc.testvm" -out=tfplan +tofu plan -out=tfplan +#tofu plan -target="proxmox_lxc.testvm" -out=tfplan -terraform apply "tfplan" +tofu apply "tfplan" ``` # Teardown ``` -terraform destroy -terraform destroy -target="proxmox_lxc.testvm" +tofu destroy +tofu destroy -target="proxmox_lxc.testvm" ``` # A note about GPU pass-through -- cgit v1.2.3