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

moved variable "external_subnet_id" to the top

parent fec3b501
No related branches found
No related tags found
No related merge requests found
# is created in external-network module and called in root module
variable "external_subnet_id" {type = "string"}
variable "ohpc_instance_name" {}
variable "image_ohpc" {}
variable "flavor" {}
......@@ -15,9 +18,6 @@ variable "host_prefix" {}
variable "ohpc_user" {}
variable "ssh_private_key" {}
# is created in external-network module and called in root module
variable "external_subnet_id" {type = "string"}
# creates details for the OHPC instance
resource "openstack_compute_instance_v2" "ohpc" {
......
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