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
Bo-Chun Chen
Terraform Openstack
Commits
d08dbae5
Commit
d08dbae5
authored
Jun 28, 2019
by
Ryan Randles Jones
Browse files
Update vars.tf
parent
d966d76b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars.tf
View file @
d08dbae5
...
...
@@ -6,6 +6,10 @@ variable "flavor" {
default
=
"m1.medium"
}
variable
"key_pair"
{
default
=
"MacBook"
}
variable
"pool"
{
default
=
"bright-external-flat-externalnet"
}
...
...
@@ -14,4 +18,3 @@ variable "ssh_key_private" {
default
=
"~/.ssh/id_rsa"
description
=
"Path to the SSH public key for accessing cloud instances. Used for creating AWS keypair."
}
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