Skip to content

Commit

Permalink
found a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Taimoor Ahmad committed Jan 21, 2024
1 parent 01a652a commit 3d7d2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opslevel/resource_opslevel_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func reconcileServiceAliases(d *schema.ResourceData, service *opslevel.Service,
return nil
}

// TODO: existingTags does nothing here.
func reconcileTags(d *schema.ResourceData, service *opslevel.Service, client *opslevel.Client) error {
tags := getStringArray(d, "tags")
existingTags := []string{}
Expand Down

0 comments on commit 3d7d2be

Please sign in to comment.