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

added enable-dhcp vars to have a default of true

parent d22b41ee
No related branches found
No related tags found
1 merge request!18Variable update branch
......@@ -15,4 +15,10 @@ variable "keypair-name" {
}
variable "public-key" {
default = "${file("~/.ssh/id_rsa.pub")}"
\ No newline at end of file
default = "${file("~/.ssh/id_rsa.pub")}"
}
variable "enable-dhcp" {
description = "whether dhcp in enabled. defualt is true"
default = true
}
\ No newline at end of file
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