From f605dd332d51590f0ade93345f3cd048661c0666 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Jun 2019 17:00:32 -0300 Subject: 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. --- TODOs.org | 1 + 1 file changed, 1 insertion(+) (limited to 'TODOs.org') diff --git a/TODOs.org b/TODOs.org index af2e8c2..65a0975 100644 --- a/TODOs.org +++ b/TODOs.org @@ -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. -- cgit v1.2.3