SuperBuker / terraform-provider-dns-he-net

Hurricane Electric DNS Terraform Provider
https://registry.terraform.io/providers/SuperBuker/dns-he-net/latest
GNU General Public License v3.0
3 stars 1 forks source link

DDNSKey unknown current state fix #64

Closed SuperBuker closed 10 months ago

SuperBuker commented 10 months ago

After clarification from the Terraform team on the failure appearing on the terraform-plugin-testing@v1.6.0, it seems the unknown state is forbidden. In fact, the plan state fails to be printed if used. They've kindly suggested to use null as a replacement if the value is indeed unkown, which works.

More info can be found in https://github.com/hashicorp/terraform-plugin-testing/issues/262.