@@ -86,7 +86,7 @@ func TestAccCloudStackNetworkACLRule_update(t *testing.T) {
8686 resource .TestCheckResourceAttr (
8787 "cloudstack_network_acl_rule.foo" , "rule.#" , "3" ),
8888 resource .TestCheckResourceAttr (
89- "cloudstack_network_acl_rule.foo" , "rule.0.number " , "10" ),
89+ "cloudstack_network_acl_rule.foo" , "rule.0.rule_number " , "10" ),
9090 resource .TestCheckResourceAttr (
9191 "cloudstack_network_acl_rule.foo" , "rule.0.action" , "allow" ),
9292 resource .TestCheckResourceAttr (
@@ -102,9 +102,9 @@ func TestAccCloudStackNetworkACLRule_update(t *testing.T) {
102102 resource .TestCheckResourceAttr (
103103 "cloudstack_network_acl_rule.foo" , "rule.0.traffic_type" , "ingress" ),
104104 resource .TestCheckResourceAttr (
105- "cloudstack_network_acl_rule.foo" , "rule.0.reason " , "Allow all traffic" ),
105+ "cloudstack_network_acl_rule.foo" , "rule.0.description " , "Allow all traffic" ),
106106 resource .TestCheckResourceAttr (
107- "cloudstack_network_acl_rule.foo" , "rule.1.number " , "20" ),
107+ "cloudstack_network_acl_rule.foo" , "rule.1.rule_number " , "20" ),
108108 resource .TestCheckResourceAttr (
109109 "cloudstack_network_acl_rule.foo" , "rule.1.action" , "allow" ),
110110 resource .TestCheckResourceAttr (
0 commit comments