Skip to content

Latest commit

 

History

History

tofu

OpenTofu Deployment

Prerequisite

Deployment

First customize tofu.tfvars by your demand and initialize OpenTofu with:

tofu init

Apply the OpenTofu manifest by running

tofu apply

Cleanup

To remove the API-Proxy run

tofu destroy

Things to know and current limitations

  • Initial boot of the appliance will take up to 6min.
  • The appliance will pull the container image from public registry, so it needs internet access.

ToDo

  • make container-image customizable
  • add pull secrets when using internal registry