Closed
Description
Currently our terraform scripts are geared towards a "one-step" install experience as they were meant to be included in the installer images. After we remove those images, we should try to make them work again by:
- make the terraform scripts infrastructure only, without the actual Gitpod installation
- thus make them work again (fix Wrong value of DB_ENCRYPTION_KEYS #3766 along the way)
- update the docs to reflect the two-step nature:
- run provider-specific terraform script (output:
values.terraform.yaml
) - run (generic) helm install
- run provider-specific terraform script (output:
/cc @wulfthimm