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 SMB File Share Target Endpoint.
7
7
---
8
8
9
9
# azurerm_storage_mover_smb_file_share_endpoint
10
10
11
-
Manages a Storage Mover SMB File Share Endpoint.
11
+
Manages a Storage Mover **SMB File Share Target Endpoint** (an endpoint that targets an Azure Files SMB 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. For **NFS** file shares, use [`azurerm_storage_mover_nfs_file_share_target_endpoint`](storage_mover_nfs_file_share_target_endpoint.html).
*`name` - (Required) Specifies the name which should be used for this Storage Mover SMB File Share Endpoint. Changing this forces a new resource to be created.
56
+
*`name` - (Required) Specifies the name of this Storage Mover SMB File Share Target Endpoint. Changing this forces a new resource to be created.
55
57
56
-
*`storage_mover_id` - (Required) Specifies the ID of the Storage Mover for this SMB File Share Endpoint. Changing this forces a new resource to be created.
58
+
*`storage_mover_id` - (Required) Specifies the ID of the Storage Mover. Changing this forces a new resource to be created.
57
59
58
-
*`storage_account_id` - (Required) Specifies the ID of the Storage Account for this SMB File Share Endpoint. Changing this forces a new resource to be created.
60
+
*`storage_account_id` - (Required) Specifies the ID of the Storage Account that hosts the SMB file share. Changing this forces a new resource to be created.
59
61
60
-
*`file_share_name` - (Required) Specifies the name of the SMB File Share for this Storage Mover SMB File Share Endpoint. Changing this forces a new resource to be created.
62
+
*`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.
61
63
62
-
*`description` - (Optional) Specifies a description for the Storage Mover SMB File Share Endpoint.
64
+
*`description` - (Optional) A description for this Target Endpoint.
63
65
64
66
## Attributes Reference
65
67
66
68
In addition to the Arguments listed above - the following Attributes are exported:
67
69
68
-
*`id` - The ID of the Storage Mover SMB File Share Endpoint.
70
+
*`id` - The ID of the Storage Mover SMB File Share Target Endpoint.
69
71
70
72
## Timeouts
71
73
72
74
The `timeouts` block allows you to specify [timeouts](https://developer.hashicorp.com/terraform/language/resources/configure#define-operation-timeouts) for certain actions:
73
75
74
-
*`create` - (Defaults to 30 minutes) Used when creating the Storage Mover SMB File Share Endpoint.
75
-
*`read` - (Defaults to 5 minutes) Used when retrieving the Storage Mover SMB File Share Endpoint.
76
-
*`update` - (Defaults to 30 minutes) Used when updating the Storage Mover SMB File Share Endpoint.
77
-
*`delete` - (Defaults to 30 minutes) Used when deleting the Storage Mover SMB File Share Endpoint.
76
+
*`create` - (Defaults to 30 minutes) Used when creating the Storage Mover SMB File Share Target Endpoint.
77
+
*`read` - (Defaults to 5 minutes) Used when retrieving the Storage Mover SMB File Share Target Endpoint.
78
+
*`update` - (Defaults to 30 minutes) Used when updating the Storage Mover SMB File Share Target Endpoint.
79
+
*`delete` - (Defaults to 30 minutes) Used when deleting the Storage Mover SMB File Share Target Endpoint.
78
80
79
81
## Import
80
82
81
-
Storage Mover SMB File Share Endpoint can be imported using the `resource id`, e.g.
83
+
Storage Mover SMB File Share Target Endpoints can be imported using the `resource id`, e.g.
Copy file name to clipboardExpand all lines: website/docs/r/storage_mover_target_endpoint.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ description: |-
8
8
9
9
# azurerm_storage_mover_target_endpoint
10
10
11
-
Manages a Storage Mover Target Endpoint.
11
+
Manages a Storage Mover **Target Endpoint** for an Azure Storage **blob container** migration destination (as shown in the Azure portal).
12
+
13
+
-> **Note:** To target an **NFS file share** on Azure Files instead, use [`azurerm_storage_mover_nfs_file_share_target_endpoint`](storage_mover_nfs_file_share_target_endpoint.html). For an **SMB** file share target, use [`azurerm_storage_mover_smb_file_share_endpoint`](storage_mover_smb_file_share_endpoint.html).
0 commit comments