terraform-provider-godaddy icon indicating copy to clipboard operation
terraform-provider-godaddy copied to clipboard

A terraform plugin for managing godaddy domain records

Results 15 terraform-provider-godaddy issues
Sort by recently updated
recently updated
newest added

If you use this plugin in custom module with mass resoucre creation, it doesn't support to create one record per host - in rewrites full infomation about DNS zone. So...

## What's the context of this PR? It gives the ability to select if the resource records will be just added to godaddy or if they will replace existing records....

Hey there, I have a usecase where I would like to define groups of subdomains with various counts, however if I have multiple resource blocks, because of the design choice...

I'm using 1.8.7 and it adds records correctly but unable to delete them afterwards empty resource to delete ``` resource "godaddy_domain_record" "vctest" { domain = "vctestdomains.com" addresses = [] }...

Each time I run `terraform apply` or `terraform plan`, all `godaddy_domain_record` resources are recreated. Could you please tell how to solve this issue? I use Terraform v1.3.3 on darwin_arm64. I've...