Skip to content

Commit

Permalink
Merge pull request #160 from labd/feature/categories
Browse files Browse the repository at this point in the history
Adds category resource to the Commercetools provider
  • Loading branch information
Ardjan-Aalberts authored Apr 8, 2021
2 parents 9ccae8b + bde2b1a commit 52e52fc
Show file tree
Hide file tree
Showing 6 changed files with 890 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
==========
- **New resource:** `commercetools_category`
- Resource API Extension: Removed unused `azure_functions` type

v0.27.0 (2021-03-01)
Expand Down
1 change: 1 addition & 0 deletions commercetools/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func Provider() terraform.ResourceProvider {
"commercetools_subscription": resourceSubscription(),
"commercetools_tax_category_rate": resourceTaxCategoryRate(),
"commercetools_tax_category": resourceTaxCategory(),
"commercetools_category": resourceCategory(),
"commercetools_type": resourceType(),
},
ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit 52e52fc

Please sign in to comment.