Skip to content

Commit

Permalink
fix: make resource_group_id optional for catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuchanan authored and hkantare committed Dec 8, 2022
1 parent 01964bc commit 91dd5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibm/service/catalogmanagement/resource_ibm_cm_catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ func ResourceIBMCmCatalog() *schema.Resource {
"resource_group_id": &schema.Schema{
Type: schema.TypeString,
Computed: true,
Optional: true,
ForceNew: true,
Description: "Resource group id the catalog is owned by.",
},
"owning_account": &schema.Schema{
Expand Down

0 comments on commit 91dd5fa

Please sign in to comment.