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

Add Terraform registry manifest file #227

Merged

Conversation

ldhenry
Copy link
Collaborator

@ldhenry ldhenry commented Dec 4, 2024

This PR adds the terraform-registry-manifest per the official documentation here:

protocol_versions: List of strings with supported Terraform protocol versions of the provider. Providers developed using Terraform Plugin SDK version 2 should set this field to ["5.0"]. Providers developed using Terraform Plugin Framework should set this field to ["6.0"] unless the Framework is explicitly configured for protocol version 5. Defaults to ["5.0"].
Given that this was not specified previously, I'm pretty sure we been using the default of 5.0 all along.

@ldhenry ldhenry requested a review from a team as a code owner December 4, 2024 15:48
@ldhenry ldhenry changed the title Add Terraform registry file Add Terraform registry manifest file Dec 4, 2024
@ldhenry ldhenry requested a review from sloloris December 4, 2024 15:48
Copy link
Contributor

@monsagri monsagri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense to me

@ldhenry ldhenry merged commit 58ab3d7 into main Dec 4, 2024
2 checks passed
@ldhenry ldhenry deleted the hbarrow/REL-4482/add-terraform-registry-manifest-file branch December 4, 2024 15:49
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