We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 version: 1.5 Helm Provider version: 2.14 Kubernetes version: 1.28
View web documentation for helm_release arguments here: https://registry.terraform.io/providers/hashicorp/helm/2.14.0/docs/resources/release#schema
Documentation should include default values for arguments where applicable. For example, helm_release.wait should include:
helm_release.wait
Defaults to true.
true
Default values are not documented.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Affected Resource(s)
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:Actual Behavior
Default values are not documented.
References
Community Note
The text was updated successfully, but these errors were encountered: