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

Update `set` and `set_list` to use list-of-maps in test config #1530

Closed JaylonmcShan03 closed 1 hour ago

JaylonmcShan03 commented 1 week ago

Description

This PR resolves several test failures caused by test configurations that did not align with the updated schema for the set and set_list attributes, which now support a list of maps.

Acceptance tests

Release Note

Release note for CHANGELOG:

...

References

Community Note