You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/terraform/do_domains
josiah 7982871e25
Add calibre to mediaserver stack.
4 months ago
..
.terraform.lock.hcl Misc tf changes; lock update. 5 months ago
domain.tf Manage DO domains in Terraform!! 10 months ago
outputs.tf Repoint DNS from old hatchery cname to new highsea. 4 months ago
provider.tf Misc tf changes; lock update. 5 months ago
readme.org Manage DO domains in Terraform!! 10 months ago
records_awful.club.tf Rename to make even easier to track. 9 months ago
records_home.jowj.net.tf Remov unneeded arg, change IP to priv. 4 months ago
records_jowj.net.tf Rename to make even easier to track. 9 months ago
records_services.jowj.net.tf Add calibre to mediaserver stack. 4 months ago
vars.tf Manage DO domains in Terraform!! 10 months ago

readme.org

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"