terraform-provider-commercetools
terraform-provider-commercetools copied to clipboard
A duplicate value '"category-root-kw"' exists for field 'key'. errors getting
with commercetools_category.category_root_kw, │ on main.tf line 13, in resource "commercetools_category" "category_root_kw": │ 13: resource "commercetools_category" "category_root_kw" {
Getting above error while running update.sh file
this is the resource we are using resource "commercetools_category" "category_root_kw" { key = "category-root-kw" name = { en-KW = "Kuwait Root Category" en-SA = "Kuwait Root Category" } slug = { en-KW = "root-kw" ar-SA = "root-kw" } }
Please help