astronomer / terraform-provider-astro

Astro Terraform Provider
https://registry.terraform.io/providers/astronomer/astro/latest
Other
11 stars 2 forks source link

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

Open KarolGongola opened 1 month ago

KarolGongola commented 1 month ago

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

Anything else?

No response

KarolGongola commented 1 month ago

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