@@ -97,7 +97,7 @@ func TestAccCloudStackNetworkACLRule_update(t *testing.T) {
9797 resource .TestCheckResourceAttr (
9898 "cloudstack_network_acl_rule.foo" , "rule.0.action" , "allow" ),
9999 resource .TestCheckResourceAttr (
100- "cloudstack_network_acl_rule.foo" , "rule.0.cidr_list.0" , "172.16 .100.0/24" ),
100+ "cloudstack_network_acl_rule.foo" , "rule.0.cidr_list.0" , "172.18 .100.0/24" ),
101101 resource .TestCheckResourceAttr (
102102 "cloudstack_network_acl_rule.foo" , "rule.0.protocol" , "tcp" ),
103103 resource .TestCheckResourceAttr (
@@ -113,7 +113,7 @@ func TestAccCloudStackNetworkACLRule_update(t *testing.T) {
113113 resource .TestCheckResourceAttr (
114114 "cloudstack_network_acl_rule.foo" , "rule.1.cidr_list.#" , "1" ),
115115 resource .TestCheckResourceAttr (
116- "cloudstack_network_acl_rule.foo" , "rule.1.cidr_list.0" , "172.18 .100.0/24" ),
116+ "cloudstack_network_acl_rule.foo" , "rule.1.cidr_list.0" , "172.16 .100.0/24" ),
117117 resource .TestCheckResourceAttr (
118118 "cloudstack_network_acl_rule.foo" , "rule.1.icmp_code" , "-1" ),
119119 resource .TestCheckResourceAttr (
0 commit comments