Skip to content

Commit

Permalink
provider/openstack: Fixing typo in secgroup rule timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtopjian committed Mar 25, 2017
1 parent 32db4d1 commit 0d3190f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resource "openstack_networking_secgroup_rule_v2" "secgroup_rule_1" {
security_group_id = "${openstack_networking_secgroup_v2.secgroup_1.id}"
timeouts {
create = "5m"
delete = "5m"
}
}
Expand Down

0 comments on commit 0d3190f

Please sign in to comment.