update VolumeSnapshotResourceType volumesnapshot -> volume_snapshot

This commit is contained in:
Austin 2019-11-22 00:20:45 -06:00 committed by Zach Gershman
parent 2a154f7488
commit fa6f5161bb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const (
// LoadBalancerResourceType holds the string representing our ResourceType of LoadBalancer.
LoadBalancerResourceType ResourceType = "load_balancer"
// VolumeSnapshotResourceType holds the string representing our ResourceType for storage Snapshots.
VolumeSnapshotResourceType ResourceType = "volumesnapshot"
VolumeSnapshotResourceType ResourceType = "volume_snapshot"
)
// Resource represent a single resource for associating/disassociating with tags