Skip to content

Commit

Permalink
feat(redshift-snapshot-schedule): add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Sep 30, 2024
1 parent b12f63a commit b773199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/redshift-snapshot-schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ func (r *RedshiftSnapshotSchedule) Properties() types.Properties {
properties := types.NewProperties()
properties.Set("ID", r.ID)
properties.Set("AssociatedClusters", associatedClusters)
for _, tag := range r.Tags {
properties.SetTag(tag.Key, tag.Value)
}
return properties
}

Expand Down

0 comments on commit b773199

Please sign in to comment.