-
Notifications
You must be signed in to change notification settings - Fork 630
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
cloudflare_zone import issue - zone not set #169
Comments
I too am having this issue, is there any known workaround? |
Found the answer to my own question: After you import the zone, you can go into your tfstate file and manually update the zone:
|
I'll submit a PR to add an @chasen I don't recommend munging state files by hand as it can often leads to more issues. |
Actually, there isn't any need for me to do anything here. This has already been addressed via #157 and works on master. |
Fixed in |
importing a zone doesn't set zone forcing a new resource next plan/apply.
terraform import cloudflare_zone.myzone ba6556bfef261f3373d1d544af786ccb
Import successful!
on next plan
zone: "" => "domain.name" (forces new resource)
Similar to #161 and #165
provider.cloudflare 1.9
The text was updated successfully, but these errors were encountered: