Azure Databox Edge Order
This page shows how to write Terraform for Databox Edge Order and write them securely.
azurerm_databox_edge_order (Terraform)
The Order in Databox Edge can be configured in Terraform with the resource name azurerm_databox_edge_order. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
device_namerequired - string -
idoptional computed - string -
nameoptional computed - string -
resource_group_namerequired - string -
return_trackingoptional computed - set of object-
carrier_name- string -
serial_number- string -
tracking_id- string -
tracking_url- string
-
-
serial_numberoptional computed - string -
shipment_historyoptional computed - set of object-
additional_details- map from string to string -
comments- string -
last_update- string
-
-
shipment_trackingoptional computed - set of object-
carrier_name- string -
serial_number- string -
tracking_id- string -
tracking_url- string
-
-
statusoptional computed - list of object-
additional_details- map from string to string -
comments- string -
info- string -
last_update- string
-
-
contactlist block-
company_namerequired - string -
emailsrequired - set of string -
namerequired - string -
phone_numberrequired - string
-
-
shipment_addresslist block-
addressrequired - list of string -
cityrequired - string -
countryrequired - string -
postal_coderequired - string -
staterequired - string
-
-
timeoutssingle block
Explanation in Terraform Registry
Manages a Databox Edge Order.
Azure Resource Manager Example
Azure Resource Manager code does not have the related resource.