Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Provider produced inconsistent result after apply #148

Open
KarolGongola opened this issue Sep 13, 2024 · 1 comment
Open

[Bug]: Provider produced inconsistent result after apply #148

KarolGongola opened this issue Sep 13, 2024 · 1 comment
Assignees

Comments

@KarolGongola
Copy link

KarolGongola commented Sep 13, 2024

Description

While creating astro team I got following error:

 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

@KarolGongola
Copy link
Author

KarolGongola commented Sep 13, 2024

The same I see with member_ids. It means I cant remove all users from team via terraform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants