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

reordered variables to make more readable and added documentation

parent 5da76285
No related branches found
No related tags found
No related merge requests found
# is created in internal-network module and called in root module
variable "internal_subnet_id" {type = string}
variable "image_compute" {}
variable "flavor" {}
# is created in key-pair module and called in root module
variable "key_pair" {type = "string"}
variable "compute_node_count" { }
variable "internal_net" {}
variable "key_pair" {type = "string"}
variable "internal_subnet_id" {type = string}
# creates compute node
resource "openstack_compute_instance_v2" "c0" {
......
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