We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b488b commit f24347bCopy full SHA for f24347b
1 file changed
cloudstack/resource_cloudstack_storage_pool_test.go
@@ -55,10 +55,10 @@ resource "cloudstack_zone" "test" {
55
}
56
resource "cloudstack_pod" "test" {
57
allocation_state = "Disabled"
58
- gateway = "172.29.0.1"
+ gateway = "172.30.0.1"
59
name = "accpod"
60
netmask = "255.255.240.0"
61
- start_ip = "172.29.0.2"
+ start_ip = "172.30.0.2"
62
zone_id = cloudstack_zone.test.id
63
64
resource "cloudstack_cluster" "test" {
@@ -93,10 +93,10 @@ resource "cloudstack_zone" "test" {
93
94
95
96
97
98
99
100
101
102
0 commit comments