diff --git a/Terraform/variables.tf b/Terraform/variables.tf index f0184ad46c1818d81eb9a9482c34a2911f74e8dd..9f03e78b24292bb37133ee7df7f2367b09300e70 100644 --- a/Terraform/variables.tf +++ b/Terraform/variables.tf @@ -9,4 +9,4 @@ variable "keypair" { default = "temp" } # you need to change this variable "pool" { default = "cscloud_private_floating" } variable "server_script" { default = "./serverJenkins.sh" } variable "security_description" { default = "Terraform security group" } -variable "security_name" { default = "SecurityRule" } +variable "security_name" { default = "SecurityRes" }