From b1dd5c282193224b0343c4ad4f6ad8bf75410e0d Mon Sep 17 00:00:00 2001
From: Ryan Randles Jones <rrand11@uab.edu>
Date: Mon, 12 Aug 2019 09:13:34 -0500
Subject: [PATCH] changed "net" to "network"

---
 nodes/main.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nodes/main.tf b/nodes/main.tf
index 627529d..5fdb441 100644
--- a/nodes/main.tf
+++ b/nodes/main.tf
@@ -8,7 +8,7 @@ variable "flavor" {}
 variable "key_pair" {type = "string"}
 
 variable "compute_node_count" { }
-variable "internal_net" {}
+variable "internal_network" {}
 
 
 
@@ -24,6 +24,6 @@ resource "openstack_compute_instance_v2" "c0" {
 
 # defines the networks of the instance
   network {
-    name = var.internal_net
+    name = var.internal_network
   }
 }
\ No newline at end of file
-- 
GitLab