adc/terraform/do_domains
2023-12-23 00:00:11 -06:00
..
.terraform.lock.hcl
domain.tf
outputs.tf
provider.tf
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 Update old dns, create pms record. 2023-12-23 00:00:11 -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 Update old dns, create pms record. 2023-12-23 00:00:11 -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"