Open
Description
Description
Only snaplock type is supported.
Affected Resource(s) and/or Data Source(s)
- netapp-ontap_storage_volume_resource
Potential Terraform Configuration
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
}
}
References
See ONTAP REST API for further reference.
No response
Would you like to implement a fix?
None
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
2.3.0