Skip to content

Conversation

@brinnjoyce
Copy link

Closes #589

Add support for tags and tiering.object_tags to the netapp-ontap_volume resource and the netapp-ontap_volume and netapp-ontap_volumes Data sources.
Along with filtering support to the data sources.

Aggregates []map[string]interface{} `mapstructure:"aggregates,omitempty"`
Autosize Autosize `mapstructure:"autosize,omitempty"`
SnapshotLockingEnabled *bool `mapstructure:"snapshot_locking_enabled,omitempty"`
Tags []string `mapstructure:"tags,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mapstructure:"tags,omitempty", this works, but let's change it to '_tags' to match the API reference, unless there is a good reason to use 'tags'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add support for Tags/Tiering Object Tags

2 participants