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

Update main.tf

parent c642b6a3
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ module "dmz-network" {
# Default name var is in the module main file
admin_state_up = var.admin_state_up
enable_dhcp = var.enable_dhcp
public_network_name = var.public_network_name
}
output "external_network_id" {
......
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