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
9579e079
Commit
9579e079
authored
Jul 11, 2019
by
Ryan Randles Jones
Browse files
added vars for clusternet/sub, dmznet/sub, and borderrouter
parent
debfa07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.tf
View file @
9579e079
variable
"internal-net"
{
default
=
"clusternet"
}
variable
"internal-subnet"
{
default
=
"clustersubnet"
}
variable
"external-net"
{
default
=
"dmznet"
}
variable
"external-subnet"
{
default
=
"dmzsubnet"
}
variable
"router"
{
default
=
"borderrouter"
variable
"image"
{
default
=
"CentOS-7-x86_64-GenericCloud-1905"
}
...
...
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