Skip to content

Commit

Permalink
Update .main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrimstack authored Oct 3, 2018
1 parent d11ec06 commit a84cacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-modules/app/.main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resource "openstack_networking_network_v2" "privatenet-test" {
resource "openstack_networking_subnet_v2" "internal" {
network_id = "${openstack_networking_network_v2.privatenet-test.id}"
cidr = "10.0.0.0/8"
dns_nameservers = ["213.186.33.99"]

allocation_pools {
start = "10.0.0.2"
Expand Down

0 comments on commit a84cacb

Please sign in to comment.