Error: Provider produced inconsistent result after apply
│
│ When applying changes to astro_team.TEAM_NAME, provider "provider[\"registry.terraform.io/astronomer/astro\"]" produced an unexpected new value: .deployment_roles: was
│ cty.SetValEmpty(cty.Object(map[string]cty.Type{"deployment_id":cty.String, "role":cty.String})), but now null.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps To Reproduce
Create astro_team resource with
deployment_roles = []
Acceptance Criteria
check if this is a bug
if user is not allowed to specify empty list, notify user about wrong value instead of message about bug
Description
While creating astro team I got following error:
Steps To Reproduce
Create astro_team resource with
deployment_roles = []
Acceptance Criteria
Anything else?
No response