🎉: import tofu project
This commit is contained in:
22
README.md
22
README.md
@@ -1,3 +1,21 @@
|
||||
# tofu
|
||||
# Init vars
|
||||
|
||||
Terraform config for Home
|
||||
```bash
|
||||
# Proxmox related
|
||||
export PROXMOX_VE_ENDPOINT=<url>
|
||||
export PROXMOX_VE_USERNAME=<user>
|
||||
export PROXMOX_VE_PASSWORD=<password>
|
||||
# OVH related
|
||||
export OVH_APPLICATION_KEY=<application_key>
|
||||
export OVH_APPLICATION_SECRET=<application_secret>
|
||||
export OVH_CONSUMER_KEY=<consumer_key>
|
||||
# Home related to store tfstate
|
||||
export TF_VAR_HOME=${HOME}
|
||||
```
|
||||
|
||||
# Use
|
||||
|
||||
```bash
|
||||
tofu init
|
||||
tofu apply
|
||||
```
|
||||
|
Reference in New Issue
Block a user