-
Notifications
You must be signed in to change notification settings - Fork 632
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
Grit pattern for "zero_trust" namespace migration has typos #4842
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of This issue has been marked with |
This is not related to Terraform, so Terraform debug output does not make any sense here! |
This functionality has been released in v4.50.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! |
Confirmation
Terraform and Cloudflare provider version
This affects the Grit Pattern and has nothing to do with Terraform directly.
Affected resource(s)
https://github.com/cloudflare/terraform-provider-cloudflare/blob/3a3c3dee56dfaa79273579f6715670ebad36c06a/.grit/patterns/cloudflare_terraform_v4_40_0_zero_trust_namespace_renames_configuration.grit
Terraform configuration files
Link to debug output
Not related to Terraform
Panic output
No response
Expected output
Grit rules should be correct
Actual output
Grit rules have typos e.g. "clouflare" instead of "cloudflare" (-> missing the letter
d
)Steps to reproduce
Try to run the grit rules:
https://github.com/cloudflare/terraform-provider-cloudflare/blob/3a3c3dee56dfaa79273579f6715670ebad36c06a/.grit/patterns/cloudflare_terraform_v4_40_0_zero_trust_namespace_renames_configuration.grit
This creates non-existing resources like "clouflare_zero_trust_access_application". It should be "cloudflare" not "clouflare" (missing
d
)Additional factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: