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
Flexcache resources don't seem to support the ability to set an export policy on them, this is blocking us from migrating away from our ansible code to terraform at the moment, this is slightly tricky as it needs to be done after creation.
I note that this is supported on the volume resource and may want to be implemented in a similar manner.
Affected Resource(s) and/or Data Source(s)
netapp-ontap_storage_flexcache_resource
Potential Terraform Configuration
resource"netapp-ontap_storage_flexcache_resource""storage_flexcache" {
cx_profile_name="fsx-apse2"name="myvol"svm_name="mysvm"origins=[
{
volume = {
name ="origin-vol"
},
svm = {
name ="origin-vserver"
}
}
]
size=50size_unit="gb"junction_path="/vol/myvol"export_policy="nfs_readonly"
}
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
Description
Flexcache resources don't seem to support the ability to set an export policy on them, this is blocking us from migrating away from our ansible code to terraform at the moment, this is slightly tricky as it needs to be done after creation.
I note that this is supported on the volume resource and may want to be implemented in a similar manner.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: