We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only snaplock type is supported.
resource "netapp-ontap_storage_volume_resource" "ontap_vol" { cx_profile_name = "aws" name = "vol1" svm_name = "mySvm" aggregates = [ { name = "aggr1" } ] space = { size = 20480 size_unit = "mb" } snaplock { autocommit_period = "P20M" is_audit_log = false privileged_delete = "enabled" retention = { minimum = "P1M" maximum = "P10M" default = "P5M" } # nice go have fields below expiry_time = "Wed Sep 5 11:02:42 GMT 2025" append_mode_enabled = true litigation_count = 10 unspecified_retention_file_count = 10 } }
See ONTAP REST API for further reference.
No response
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Only snaplock type is supported.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
See ONTAP REST API for further reference.
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: