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

added missing curly bracket

parent 6c5194a3
No related branches found
No related tags found
1 merge request!18Variable update branch
...@@ -13,8 +13,10 @@ variable "external-net" { ...@@ -13,8 +13,10 @@ variable "external-net" {
variable "external-subnet" { variable "external-subnet" {
default = "dmzsubnet" default = "dmzsubnet"
} }
variable "router" { variable "router" {
default = "borderrouter" default = "borderrouter"
}
variable "image" { variable "image" {
default = "CentOS-7-x86_64-GenericCloud-1905" default = "CentOS-7-x86_64-GenericCloud-1905"
......
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