Skip to content

Commit

Permalink
update fabric connection module versiond and fix typo purchase_order_…
Browse files Browse the repository at this point in the history
…number was purcharse_order_number
  • Loading branch information
Oscar Cobles committed Jul 22, 2022
1 parent f6c0b4a commit 2c5b4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "google_compute_interconnect_attachment" "this" {

module "equinix-fabric-connection" {
source = "equinix-labs/fabric-connection/equinix"
version = "0.1.1"
version = "0.3.1"

# required variables
notification_users = var.fabric_notification_users
Expand All @@ -72,7 +72,7 @@ module "equinix-fabric-connection" {
service_token_id = var.fabric_service_token_id
speed = var.fabric_speed
speed_unit = "MB"
purcharse_order_number = var.fabric_purcharse_order_number
purchase_order_number = var.fabric_purchase_order_number
}

module "gcloud-configure-bgp" {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ variable "fabric_speed" {
}
}

variable "fabric_purcharse_order_number" {
variable "fabric_purchase_order_number" {
type = string
description = "Connection's purchase order number to reflect on the invoice."
default = ""
Expand Down

0 comments on commit 2c5b4d0

Please sign in to comment.