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

Update version upgrade guide to use required_providers #5004

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ei-grad
Copy link

@ei-grad ei-grad commented Jan 31, 2025

  • Changed examples from the provider block to terraform { required_providers } because Terraform 0.13+ recommends explicit provider blocks for clarity and future compatibility.

  • Changed ~> 4 to ~> 4.0. Terraform implicitly interprets ~> 4 as ~> 4.0, but the explicit ~> 4.0 improves readability and maintains consistency with other versioning practices.

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Additional context & links

* Changed examples from the provider block to
  `terraform { required_providers }` because Terraform 0.13+ recommends
  explicit provider blocks for clarity and future compatibility.

* Changed `~> 4 to ~> 4.0`. Terraform implicitly interprets `~> 4` as
  `~> 4.0`, but the explicit `~> 4.0` improves readability and maintains
  consistency with other versioning practices.
@jacobbednarz
Copy link
Member

thanks for the PR! unfortunately, the file you've edited is a generated artifact of the documentation process. to see how to make changes to the documentation, you're best to check out https://github.com/cloudflare/terraform-provider-cloudflare/blob/v4/contributing/registry-documentation.md

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.

2 participants