Skip to content

Commit

Permalink
Merge pull request #48 from Broadcom/AC-29672-tag-versions
Browse files Browse the repository at this point in the history
AC-29672 | version
  • Loading branch information
yuvalstyrbrod authored Jul 6, 2023
2 parents b64af62 + f9d1661 commit be02ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_collection_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func resourceCreateCollectionRole(d *schema.ResourceData, m interface{}) error {
}

func resourceReadCollectionRole(d *schema.ResourceData, m interface{}) error {
log.Println("[Info] > Reading Collection Role")
log.Println("[Info] > Reading Collection Role ")
client, ok := m.(*service.LuminateService)
if !ok {
return errors.New("invalid client")
Expand Down

0 comments on commit be02ebd

Please sign in to comment.