Skip to content
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

resource/cloudflare_zone: don't get stuck in a loop for partner plans #1547

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

jacobbednarz
Copy link
Member

In #1532 we added support for partner rate plans based on the subscription
endpoints however, within zone creation we get the zone endpoint (same thing,
different "view of the world").

This caused an issue where we were waiting for a plan ID to return that never
would as the partners rate plans in the zone endpoint just display the regular
rate plan instead of the partner specific one.

Closes #1532

In #1532 we added support for partner rate plans based on the _subscription_
endpoints however, within zone creation we get the _zone_ endpoint (same thing,
different "view of the world").

This caused an issue where we were waiting for a plan ID to return that never
would as the partners rate plans in the zone endpoint just display the regular
rate plan instead of the partner specific one.

Closes #1532
@jacobbednarz jacobbednarz merged commit d1fbd09 into master Apr 6, 2022
@jacobbednarz jacobbednarz deleted the dont-get-stuck-in-loop branch April 6, 2022 10:21
@github-actions github-actions bot added this to the v3.13.0 milestone Apr 6, 2022
github-actions bot pushed a commit that referenced this pull request Apr 6, 2022
@jacobbednarz jacobbednarz modified the milestones: v3.13.0, v3.12.1 Apr 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2022

This functionality has been released in v3.12.1 of the Terraform Cloudflare Provider.

Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Partners Plan apply causes endless loop
1 participant