adc/terraform/do_domains
josiah ece64af0ed Test mattermost.
- Add new DO records
- Create TF for provisioning mm virtual machine inside bikeshed
- write basic ansible play for deploying single node chat cluster.
2024-05-26 15:47:32 -05:00
..
.terraform.lock.hcl Misc tf changes; lock update. 2023-12-23 00:00:44 -06:00
domain.tf Manage DO domains in Terraform!! 2023-07-30 09:37:11 -05:00
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 Manage DO domains in Terraform!! 2023-07-30 09:37:11 -05:00
records_awful.club.tf Rename to make even easier to track. 2023-08-09 09:10:33 -05:00
records_home.jowj.net.tf Test mattermost. 2024-05-26 15:47:32 -05: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 Manage DO domains in Terraform!! 2023-07-30 09:37:11 -05:00

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"