From 95fb2c190a2143ab84be1b18fdd2ec587e54d05e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Jun 2019 09:03:58 -0300 Subject: Provision DNS entries using DigitalOcean instead of DNS registrar This way we can implement dynamic (provision-time) Floating IP, instead of a hardcoded pre-created Floating IP address. Related changes: - remove =terraform-godaddy= provider, use =digitalocean_record= instead; - create =generated-known-hosts= after provisioning instead of during =setup.sh=: use the =$(terraform output public_floating_ip)= value to make this file dynamic; - remote the =$PINNED_IP= and =$TF_VAR_floating_ip= variables; - add type and descriptions to variable declarations in Terraform recipe. --- secrets/envrc.sh | Bin 1987 -> 2052 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'secrets') diff --git a/secrets/envrc.sh b/secrets/envrc.sh index 82f186a..94ec7e5 100644 Binary files a/secrets/envrc.sh and b/secrets/envrc.sh differ -- cgit v1.2.3