Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
Terraform Openstack
Commits
3ff52c1e
Commit
3ff52c1e
authored
Jul 11, 2019
by
Ryan Randles Jones
Browse files
updated with internal and external net
parent
d288c0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
output.tf
View file @
3ff52c1e
...
...
@@ -2,10 +2,10 @@ output "address" {
value
=
"
${
openstack_networking_floatingip_v2
.
ip_pool
.
address
}
"
}
output
"
dmznet
_network_id"
{
value
=
"
${
openstack_networking_network_v2
.
dmz
net
.
id
}
"
output
"
external
_network_id"
{
value
=
"
${
openstack_networking_network_v2
.
external_
net
.
id
}
"
}
output
"
clus
tern
et
_network_id"
{
value
=
"
${
openstack_networking_network_v2
.
cluster
net
.
id
}
"
output
"
in
tern
al
_network_id"
{
value
=
"
${
openstack_networking_network_v2
.
internal_
net
.
id
}
"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment