Skip to content
Snippets Groups Projects
Commit f8f86172 authored by Ryan Jones's avatar Ryan Jones
Browse files

change to tf

parent 36ee4bba
No related branches found
No related tags found
No related merge requests found
vars.tf 0 → 100644
variable "image" {
default = "CentOS-7-x86_64-GenericCloud-1905"
}
variable "flavor" {
default = "m1.medium"
}
variable "pool" {
default = "bright-external-flat-externalnet"
}
variable "ssh_key_private" {
default = "~/.ssh/id_rsa"
description = "Path to the SSH public key for accessing cloud instances. Used for creating AWS keypair."
}
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