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 while modifying countries in the terraform state. The pipeline terminated on this error below:
When applying changes to module.commercetools_project.commercetools_project_settings.project, provider "provider["registry.terraform.io/labd/commercetools"]" produced an unexpected new value: .countries: element 155 has vanished.
Modify the countries for the commercetools project.
Screenshots
Additional context
There is a list of countries added to commercetools project and terraform upon modifying the state throws an error that the element 155. This means in the state it claims that the last element has vanished.
Length of the list is 156 hence the element 155 is the last element/country = "ZM".
The text was updated successfully, but these errors were encountered:
Version information
Describe the bug
Error while modifying countries in the terraform state. The pipeline terminated on this error below:
When applying changes to module.commercetools_project.commercetools_project_settings.project, provider "provider["registry.terraform.io/labd/commercetools"]" produced an unexpected new value: .countries: element 155 has vanished.
To Reproduce
Expected behavior
Modify the countries for the commercetools project.
Screenshots
Additional context
There is a list of countries added to commercetools project and terraform upon modifying the state throws an error that the element 155. This means in the state it claims that the last element has vanished.
Length of the list is 156 hence the element 155 is the last element/country = "ZM".
The text was updated successfully, but these errors were encountered: