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

added documentation

parent 4244145d
No related branches found
No related tags found
No related merge requests found
variable "ohpc_instance_name" {}
variable "image_ohpc" {}
variable "flavor" {}
# is created in key-pair module and called in root module
variable "key_pair" {type = "string"}
variable "internal_net" {}
variable "external_net" {}
# is created in floating-ip module and called in root module
variable "floating_ip_ohpc" {type = string}
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"}
......
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