From 2c5b4d07a553a79b8ec85815efce9cc9dc91ae63 Mon Sep 17 00:00:00 2001 From: Oscar Cobles Date: Fri, 22 Jul 2022 13:44:54 +0200 Subject: [PATCH] update fabric connection module versiond and fix typo purchase_order_number was purcharse_order_number --- main.tf | 4 ++-- variables.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 8f65a37..529c871 100644 --- a/main.tf +++ b/main.tf @@ -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 @@ -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" { diff --git a/variables.tf b/variables.tf index 350cc56..15fe8d8 100644 --- a/variables.tf +++ b/variables.tf @@ -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 = ""