-
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
Fix 'edge_ip_connectivity' state persistence #1515
Fix 'edge_ip_connectivity' state persistence #1515
Conversation
Oops! It looks like no changelog entry is attached to this PR. Please include a release note as described in https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/docs/changelog-process.md. Example:
If you do not require a release note to be included, please add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you’ll need to rename the CHANGELOG file to match the PR number.
can you please extend a test case to cover this field being saved to state? https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/cloudflare/resource_cloudflare_spectrum_application_test.go has examples to get you started.
Ah gotcha! Thought it was the Issue number. Ill add that test in too 👍 |
9c0b496
to
0a7cf6a
Compare
acceptance tests are passing locally
|
thank you @kireledan for this one! |
Fixes #1500
This PR fixes the
edge_ip_connectivity
value from not being stored in the terraform state when being read.Tested with the resource below and was able to get a
No changes
after applying and running another plan. As well as after importing the resource.