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

Fix import for cloudflare_list_item #3191

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

mbarrien
Copy link
Contributor

@mbarrien mbarrien commented Mar 16, 2024

There was a small typo introduced in the migration of cloudflare_list_item to the plugin framework in #3026, that breaks imports. The expected id format is a 3 part string separated by slashes, but the import code performs a check at the beginning that checks that it is only 2 parts long (even though the code right after expects 3 parts). This 1-character change fixes this issue.

The current workaround is to pin to a provider version at 4.22 or below.

@mbarrien mbarrien requested a review from jacobbednarz as a code owner March 16, 2024 17:41
Copy link
Contributor

github-actions bot commented Mar 16, 2024

changelog detected ✅

@mbarrien mbarrien force-pushed the fix-list-item-import branch from 366ea66 to d36ec7a Compare March 16, 2024 17:46
@jacobbednarz jacobbednarz merged commit 632413b into cloudflare:master Mar 18, 2024
3 checks passed
@github-actions github-actions bot added this to the v4.27.0 milestone Mar 18, 2024
@jacobbednarz
Copy link
Member

thanks!

github-actions bot pushed a commit that referenced this pull request Mar 18, 2024
@mbarrien mbarrien deleted the fix-list-item-import branch March 18, 2024 02:21
Copy link
Contributor

This functionality has been released in v4.27.0 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!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants