Create a plan modifier for pe_allowed_principal_ids and service_account_ids #339
Labels
bug
Something isn't working
go
Pull requests that update Go code
good first issue
Good for newcomers
Within the biganimal_cluster resource, we manage the mentioned fields here.
This logic is basically a plan modifier, and it doesn't handle the cases when the user provides non-nil empty slices, for example, in the resource.tf
This logic can be moved to a custom planmodifier for those values under /pkg/plan_modifier and we can cover the case when the value is an empty slice.
The text was updated successfully, but these errors were encountered: