-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ForceNew if zone changes on CustomHostname resource #761
Conversation
Thanks for this one @cdloh! Can you please add a test exercising this new condition? terraform-provider-cloudflare/cloudflare/resource_cloudflare_custom_hostname_test.go Lines 188 to 224 in f61f3ad
|
@jacobbednarz is there another zoneid within the environment to test with? If there isn't another zone I'm unsure how to test it moving across zones. |
Yep, use |
…type Fixing type for dns_server field
Custom Hostnames cannot be moved across zones. ForceNew if the zone changes.