File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ resource "cloudstack_zone" "test" {
5555}
5656resource "cloudstack_pod" "test" {
5757 allocation_state = "Disabled"
58- gateway = "172.29 .0.1"
58+ gateway = "172.30 .0.1"
5959 name = "accpod"
6060 netmask = "255.255.240.0"
61- start_ip = "172.29 .0.2"
61+ start_ip = "172.30 .0.2"
6262 zone_id = cloudstack_zone.test.id
6363}
6464resource "cloudstack_cluster" "test" {
@@ -93,10 +93,10 @@ resource "cloudstack_zone" "test" {
9393}
9494resource "cloudstack_pod" "test" {
9595 allocation_state = "Disabled"
96- gateway = "172.29 .0.1"
96+ gateway = "172.30 .0.1"
9797 name = "accpod"
9898 netmask = "255.255.240.0"
99- start_ip = "172.29 .0.2"
99+ start_ip = "172.30 .0.2"
100100 zone_id = cloudstack_zone.test.id
101101}
102102resource "cloudstack_cluster" "test" {
You can’t perform that action at this time.
0 commit comments