Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
Terraform Openstack
Commits
6c5194a3
Commit
6c5194a3
authored
Jul 11, 2019
by
Ryan Randles Jones
Browse files
updated to use "-" instead of "_" for multi word variables
parent
35090fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.tf
View file @
6c5194a3
...
...
@@ -20,7 +20,7 @@ variable "image" {
default
=
"CentOS-7-x86_64-GenericCloud-1905"
}
variable
"ohpc
_
user"
{
variable
"ohpc
-
user"
{
default
=
"centos"
}
...
...
@@ -36,17 +36,17 @@ variable "keypair-name" {
default
=
"os-gen-keypair"
}
variable
"ssh
_
public
_
key"
{
variable
"ssh
-
public
-
key"
{
description
=
"Path to file containing public key"
default
=
"~/.ssh/id_rsa.pub"
}
variable
"ssh
_
private
_
key"
{
variable
"ssh
-
private
-
key"
{
description
=
"Path to file containing private key"
default
=
"~/.ssh/id_rsa"
}
variable
"host
_
prefix"
{
variable
"host
-
prefix"
{
description
=
"prefix of host id."
default
=
"164.111.161.%s"
}
...
...
@@ -56,7 +56,7 @@ variable "enable-dhcp" {
default
=
true
}
variable
"admin
_
state
_
up"
{
variable
"admin
-
state
-
up"
{
description
=
"whether admin state in enabled. defualt is true"
default
=
true
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment