terraform-provider-commercetools icon indicating copy to clipboard operation
terraform-provider-commercetools copied to clipboard

A duplicate value '"category-root-kw"' exists for field 'key'. errors getting

Open SatishAlghanim opened this issue 1 year ago • 1 comments

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

SatishAlghanim avatar Jan 02 '24 12:01 SatishAlghanim