terraform init # download providers
terraform plan # preview the changes
terraform apply # make it real
terraform destroy # tear it all down
plan before apply — see exactly what will changeProxmox VMs + Docker images + k8s manifests + IaC
= your entire stack, defined in files, in git, reproducible.
apply; observe the delta in plandestroy it and confirm everything is gone