Skip to content

Commit

Permalink
remove speed_unit from fabric connection module
Browse files Browse the repository at this point in the history
Signed-off-by: ocobleseqx <[email protected]>
  • Loading branch information
ocobleseqx committed Feb 23, 2024
1 parent 61f828d commit d2a75dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module "equinix-fabric-connection" {
vlan_stag = var.fabric_vlan_stag
service_token_id = var.fabric_service_token_id
speed = var.fabric_speed
speed_unit = "MB"
purchase_order_number = var.fabric_purchase_order_number
}

Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ output "fabric_connection_speed" {

output "fabric_connection_speed_unit" {
description = "Connection speed unit."
value = module.equinix-fabric-connection.primary_connection.speed_unit
value = "MB"
}

output "fabric_connection_seller_metro" {
Expand Down

0 comments on commit d2a75dd

Please sign in to comment.