labd / terraform-provider-commercetools

Terraform provider for commercetools
https://registry.terraform.io/providers/labd/commercetools/latest/docs
Mozilla Public License 2.0
65 stars 70 forks source link

Custom fields attributes are removed manually from commercetools - but changes are not reflecting when I re-run the terraform code. #506

Closed prasuprasobh closed 2 months ago

prasuprasobh commented 4 months ago

Existing configuration:

terraform { required_version = "~> 1.1" required_providers { aws = { version = ">= 4.0.0" source = "hashicorp/aws" } commercetools = { source = "labd/commercetools" version = "~> 0.31" } } }

Also tried with latest version. terraform { required_version = "~> 1.14.3" required_providers { aws = { version = ">= 4.0.0" source = "hashicorp/aws" } commercetools = { source = "labd/commercetools" version = "~> 1.14.3" } } }e.

prasuprasobh commented 4 months ago

Could comeone please update on this issue

demeyerthom commented 4 months ago

Hi @prasuprasobh. Could you share a snippet of terraform code where this fails? Than I can see where the problem is occuring