-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Description
Hi - it would be nice to be able to schedule snapmirror replications.
Affected Resource(s) and/or Data Source(s)
netapp-ontap_snapmirror
Potential Terraform Configuration
resource "netapp-ontap_snapmirror" "snapmirror" {
# required to know which system to interface with
cx_profile_name = "cluster1"
schedule = "10min"
source_endpoint = {
path = "snapmirror_source_svm:snap"
}
destination_endpoint = {
path = "snapmirror_dest_svm:snap_dest"
}
}
References
No response
Would you like to implement a fix?
No
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
2.4.0