You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version (2.0.1) the provider does not support autosize.
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"
}
autosize {
mode="grow"# grow, grow_shrink, offgrow_threshold=80# Used space threshold size, in percentage, for the automatic growth of the volume. When the amount of used space in the volume becomes greater than this threhold, the volume automatically grows unless it has reached the maximum size. maximum=90000# Maximum size in bytes up to which a volume grows automatically. This size cannot be less than the current volume size, or less than or equal to the minimum size of volume.shrink_threshold=20# Used space threshold size, in percentage, for the automatic shrinkage of the volume.minimum=9000# Minimum size in bytes up to which the volume shrinks automatically. This size cannot be greater than or equal to the maximum size of volume.
}
}
Description
The current version (2.0.1) the provider does not support
autosize
.Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
See ONTAP REST API for further reference.
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: