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

added var for admin state as true

parent 9579e079
No related branches found
No related tags found
1 merge request!18Variable update branch
......@@ -55,3 +55,9 @@ variable "enable-dhcp" {
description = "whether dhcp in enabled. defualt is true"
default = true
}
variable "admin_state_up" {
description = "whether admin state in enabled. defualt is true"
default = true
}
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