hashicorp / terraform-provider-helm

Terraform Helm provider
https://www.terraform.io/docs/providers/helm/
Mozilla Public License 2.0
1.01k stars 371 forks source link

Sort defaultAttributes map and improve schema default handling #1482

Closed JaylonmcShan03 closed 2 months ago

JaylonmcShan03 commented 2 months ago

Description

This pr updates the schema's handling of default values by pulling defaults from a defaultAttributes map, and refactors the defaultAttributes map by sorting it alphabetically

Acceptance tests

Release Note

Release note for CHANGELOG:

...

References

Community Note