diff options
author | EuAndreh <eu@euandre.org> | 2019-06-08 17:00:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-08 17:00:32 -0300 |
commit | f605dd332d51590f0ade93345f3cd048661c0666 (patch) | |
tree | 24e5f3c17b80f9e0ce199540ca6e9890d5b282e3 /TODOs.org | |
parent | Update terraform to 0.12 (diff) | |
download | server-f605dd332d51590f0ade93345f3cd048661c0666.tar.gz server-f605dd332d51590f0ade93345f3cd048661c0666.tar.xz |
Use terraform-godaddy and Terraform 0.11
The =terraform-godaddy= package supports only Terraform 0.11 as of now.
It is not packaged by default by nixpkgs, and the =postInstall= hook is required
because Terraform looks for providers usinthe the =terraform-provider-$name=
template, which the package doesn't follow.
I had to remove the loop on vps.tf since it requires Terraform 0.12. I'll either
wait for =terraform-godaddy= to upgrade to 0.12 or try to do it myself if it
bothers me enough.
Diffstat (limited to 'TODOs.org')
-rw-r--r-- | TODOs.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -236,6 +236,7 @@ This was I can compartimentalize the data storage to easily backup and duplicate * Nice to have ** =euandreh.org= as =$tld= ** Nix Terraform provisioning +** Upgrade =terraform-godaddy= to 0.12 to support looping over CNAME records ** Upgrade =docker-compose.yaml= file from version 2 to version 3 ** Full blue/green deployments without downtime Only when doing a voluntary restore from backup in a newly created volume. |