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

Refactor exec block from List to SingleNestedAttribute in KubernetesConfigModel #1496

Open JaylonmcShan03 opened 1 month ago

JaylonmcShan03 commented 1 month ago

Description

This PR refactors the exec and kubernetes block in the KubernetesConfigModel from a ListNestedAttribute to a SingleNestedAttribute. The exec block was previously defined as a list, allowing multiple configurations, but the actual use case only requires one configuration.

Acceptance tests

Release Note

Release note for CHANGELOG:

...

References

Community Note