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

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

Closed
prasuprasobh opened this issue Jul 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@prasuprasobh
Copy link

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 prasuprasobh added bug Something isn't working triage Needs triage labels Jul 3, 2024
@prasuprasobh
Copy link
Author

Could comeone please update on this issue

@demeyerthom
Copy link
Member

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

@demeyerthom demeyerthom removed the triage Needs triage label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants