You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Anything else?
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: