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]: Error: Provider produced inconsistent result after apply when creating multiple cloudavenue_edgegateway #993

Closed
jbphilippe-orange opened this issue Feb 21, 2025 · 0 comments · Fixed by #994
Assignees
Labels
bug Bug community Community related

Comments

@jbphilippe-orange
Copy link

jbphilippe-orange commented Feb 21, 2025

Terraform Core Version

1.10.5

Cloud Avenue Provider Version

0.29.0

Affected Resource(s)

cloudavenue_edgegateway

Expected Behavior

Read complete

Actual Behavior

│ Error: Provider produced inconsistent result after apply
│ 
│ When applying changes to cloudavenue_edgegateway.edges_gw_vdr["vdcgroup1-ob"], provider "provider[\"registry.terraform.io/orange-cloudavenue/cloudavenue\"].vdr" produced an unexpected new
│ value: .tier0_vrf_name: was cty.StringVal("prvrf01iocb000XXXXallspXX"), but now cty.StringVal("prvrf01iocb000XXXXallspXX").
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Relevant Error/Panic Output Snippet

Terraform Configuration Files

resource "cloudavenue_edgegateway" "edges_gw_vdr" {

  provider = cloudavenue.vdr

  for_each = { for edge_gw in var.edge_gateways_vdr : edge_gw.owner_name => edge_gw }

  owner_name     = each.key
  tier0_vrf_name = each.value.tier0_name
  bandwidth      = each.value.bandwidth
}

Steps to Reproduce

terraform init
terraform plan
terraform apply

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@jbphilippe-orange jbphilippe-orange changed the title [Bug]: Error: Provider produced inconsistent result after apply [Bug]: Error: Provider produced inconsistent result after apply when creating multiple cloudavenue_edgegateway Feb 21, 2025
@azrod azrod self-assigned this Feb 21, 2025
@azrod azrod added the community Community related label Feb 21, 2025
@azrod azrod linked a pull request Feb 21, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug community Community related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants