adc/terraform/do_domains
josiah 7982871e25 Add calibre to mediaserver stack.
Investigating using calibre-web insteado of the full desktop
app. hopefully this works out well with using readarr as the primary
management interface.
2024-01-01 18:47:40 -06:00
..
.terraform.lock.hcl Misc tf changes; lock update. 2023-12-23 00:00:44 -06:00
domain.tf
outputs.tf Repoint DNS from old hatchery cname to new highsea. 2023-12-31 23:23:56 -06:00
provider.tf Misc tf changes; lock update. 2023-12-23 00:00:44 -06:00
readme.org
records_awful.club.tf Rename to make even easier to track. 2023-08-09 09:10:33 -05:00
records_home.jowj.net.tf Remov unneeded arg, change IP to priv. 2024-01-01 15:05:10 -06:00
records_jowj.net.tf Rename to make even easier to track. 2023-08-09 09:10:33 -05:00
records_services.jowj.net.tf Add calibre to mediaserver stack. 2024-01-01 18:47:40 -06:00
vars.tf

Terraform and DigitalOcean domains

Terraform is a fucking baby about everything and I found this really annoying to work on!! It does seem like it works now, though.

FAQs

Importing from existing resources with terraformer

I had to run this, post import, in order to get terraform plan to work, due to a discrepency in how providers are tagged / labelled /somethign?

terraform state replace-provider -auto-approve "registry.terraform.io/-/digitalocean" "digitalocean/digitalocean"