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
Manages a Storage Mover **NFS File Share Target Endpoint** (an endpoint that targets an Azure Files NFS file share as the migration destination in the Azure portal).
12
+
13
+
-> **Note:** For a target endpoint that uses an Azure Storage **blob container**, use [`azurerm_storage_mover_target_endpoint`](storage_mover_target_endpoint.html) instead.
*`name` - (Required) Specifies the name which should be used for this Storage Mover NFS File Share Endpoint. Changing this forces a new resource to be created.
58
+
*`name` - (Required) Specifies the name of this Storage Mover NFS File Share Target Endpoint. Changing this forces a new resource to be created.
57
59
58
-
*`storage_mover_id` - (Required) Specifies the ID of the Storage Mover for this NFS File Share Endpoint. Changing this forces a new resource to be created.
60
+
*`storage_mover_id` - (Required) Specifies the ID of the Storage Mover. Changing this forces a new resource to be created.
59
61
60
-
*`storage_account_id` - (Required) Specifies the ID of the Storage Account for this NFS File Share Endpoint. Changing this forces a new resource to be created.
62
+
*`storage_account_id` - (Required) Specifies the ID of the Storage Account that hosts the NFS file share. Changing this forces a new resource to be created.
61
63
62
-
*`file_share_name` - (Required) Specifies the name of the NFS File Share for this Storage Mover NFS File Share Endpoint. Changing this forces a new resource to be created.
64
+
*`file_share_name` - (Required) The name of the Azure Files share (the same value as the `name` argument of the [`azurerm_storage_share`](storage_share.html) resource). Changing this forces a new resource to be created.
63
65
64
-
*`description` - (Optional) Specifies a description for the Storage Mover NFS File Share Endpoint.
66
+
*`description` - (Optional) A description for this Target Endpoint.
65
67
66
68
## Attributes Reference
67
69
68
70
In addition to the Arguments listed above - the following Attributes are exported:
69
71
70
-
*`id` - The ID of the Storage Mover NFS File Share Endpoint.
72
+
*`id` - The ID of the Storage Mover NFS File Share Target Endpoint.
71
73
72
74
## Timeouts
73
75
74
76
The `timeouts` block allows you to specify [timeouts](https://developer.hashicorp.com/terraform/language/resources/configure#define-operation-timeouts) for certain actions:
75
77
76
-
*`create` - (Defaults to 30 minutes) Used when creating the Storage Mover NFS File Share Endpoint.
77
-
*`read` - (Defaults to 5 minutes) Used when retrieving the Storage Mover NFS File Share Endpoint.
78
-
*`update` - (Defaults to 30 minutes) Used when updating the Storage Mover NFS File Share Endpoint.
79
-
*`delete` - (Defaults to 30 minutes) Used when deleting the Storage Mover NFS File Share Endpoint.
78
+
*`create` - (Defaults to 30 minutes) Used when creating the Storage Mover NFS File Share Target Endpoint.
79
+
*`read` - (Defaults to 5 minutes) Used when retrieving the Storage Mover NFS File Share Target Endpoint.
80
+
*`update` - (Defaults to 30 minutes) Used when updating the Storage Mover NFS File Share Target Endpoint.
81
+
*`delete` - (Defaults to 30 minutes) Used when deleting the Storage Mover NFS File Share Target Endpoint.
80
82
81
83
## Import
82
84
83
-
Storage Mover NFS File Share Endpoint can be imported using the `resource id`, e.g.
85
+
Storage Mover NFS File Share Target Endpoints can be imported using the `resource id`, e.g.
0 commit comments