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

Argument default values are no longer documented #1392

Open
merusso opened this issue Jun 19, 2024 · 0 comments
Open

Argument default values are no longer documented #1392

merusso opened this issue Jun 19, 2024 · 0 comments
Labels

Comments

@merusso
Copy link

merusso commented Jun 19, 2024

Resource and Data Source default values are no longer documented on website, as of v2.14.0

Documented: https://registry.terraform.io/providers/hashicorp/helm/2.13.2/docs/resources/release#wait
Not documented: https://registry.terraform.io/providers/hashicorp/helm/2.14.0/docs/resources/release#wait

Terraform, Provider, Kubernetes and Helm Versions

Terraform version: 1.5
Helm Provider version: 2.14
Kubernetes version: 1.28

Affected Resource(s)

  • helm_release
  • helm_template

Steps to Reproduce

View web documentation for helm_release arguments here: https://registry.terraform.io/providers/hashicorp/helm/2.14.0/docs/resources/release#schema

Expected Behavior

Documentation should include default values for arguments where applicable. For example, helm_release.wait should include:

Defaults to true.

Actual Behavior

Default values are not documented.

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@merusso merusso added the bug label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant