Skip to content
Snippets Groups Projects
Commit b1dd5c28 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

changed "net" to "network"

parent 003064bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment