Skip to content
Snippets Groups Projects
Commit 92d81ef1 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

removed default value for data_volume

parent fbed08cf
No related branches found
No related tags found
No related merge requests found
Pipeline #10031 failed with stages
in 1 minute and 10 seconds
...@@ -25,7 +25,7 @@ variable "external_network" {default = "dmznet"} ...@@ -25,7 +25,7 @@ variable "external_network" {default = "dmznet"}
variable "ohpc_user" {default = "centos"} variable "ohpc_user" {default = "centos"}
variable "ood_user" {default = "centos"} variable "ood_user" {default = "centos"}
variable "ssh_private_key" {default = "~/.ssh/id_rsa"} variable "ssh_private_key" {default = "~/.ssh/id_rsa"}
variable "data_volume" {default = "xdmod_queue_data_volume"} variable "data_volume" {default = ""}
# variables for node creation module # variables for node creation module
variable "image_compute" {default = "compute-v1"} variable "image_compute" {default = "compute-v1"}
......
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