labd / terraform-provider-commercetools

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

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

Open prasuprasobh opened 2 weeks ago

prasuprasobh commented 2 weeks 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 1 week ago

Could comeone please update on this issue