Commit Graph

4 Commits

Author SHA1 Message Date
bob
13690e6c60 refactor: restructure repo into environments/modules layout
Separates nonprod into its own working directory for independent
state isolation. Follows HashiCorp guidance on environment separation.
2026-04-10 21:51:21 -05:00
bob
dc4ade7ed1 refactor(provider): switch auth from password to API token
Prefer API token over username/password — scoped to least-privilege
TerraformRole, reduces blast radius if credentials leak.
2026-04-10 21:31:58 -05:00
bob
ac41e3448e feat: add bare bones Proxmox Terraform scaffold
Adds provider config, variables, and an example tfvars file using
the bpg/proxmox provider. No resources are managed yet — existing
Proxmox setup is untouched.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 20:08:11 -05:00
bob
106971b94d Initial commit 2026-04-10 20:02:53 -05:00