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

added external subnet id variable

parent 916ff725
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ variable "floating_ip_ohpc" {type = string}
variable "host_prefix" {default = "string"}
variable "ohpc_user" {default = "string"}
variable "ssh_private_key" {default = "string"}
variable "external_subnet_id" {type = "string"}
# creates details for the OHPC instance
......
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