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

Set default value for "data_volume" variable

parent 9d71a190
No related branches found
No related tags found
4 merge requests!47Integration Testing: Sequential Merge and Validation of Four Feature Branches (PR #43,#44, #45,#46),!46Remove remote-exec provisioners in Terraform script,!45Include mount commands in user_data_script for Terraform instance initialization,!44WIP: Feat vol download from s3
......@@ -25,7 +25,7 @@ variable "external_network" {default = "dmznet"}
variable "ohpc_user" {default = "centos"}
variable "ood_user" {default = "centos"}
variable "ssh_private_key" {default = "~/.ssh/id_rsa"}
variable "data_volume" {default = ""}
variable "data_volume" {default = "xdmod_queue_data_volume"}
# variables for node creation module
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