This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
hypervisors/README.md

8 lines
248 B
Markdown
Raw Normal View History

2023-03-14 21:02:50 +00:00
# Atlas
Atlas is our first Debian server running a KVM hypervisor.
2023-03-14 21:30:56 +00:00
To initialize Terraform:
1. Create pg.tfbackend including `conn_str = "postgres://terraform@atlas.lan/terraform_state"`
2. Execute `terraform init -backend-config=./pg.tfbackend`