Skip to content

Commit dfd8929

Browse files
authored
feat: making it to computed field- purchase_order_number in secondary (#970)
feat: making it to computed field- purchase_order_number in secondary
2 parents bca5957 + f6f6443 commit dfd8929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

equinix/resource_network_device.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ func createNetworkDeviceSchema() map[string]*schema.Schema {
725725
Type: schema.TypeString,
726726
Optional: true,
727727
ForceNew: true,
728+
Computed: true,
728729
ValidateFunc: validation.StringLenBetween(1, 30),
729730
Description: neDeviceDescriptions["PurchaseOrderNumber"],
730731
},

0 commit comments

Comments
 (0)