mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #13060 from jtopjian/openstack-secgrouprule-timeout-fix
provider/openstack: Fixing typo in secgroup rule timeout test
This commit is contained in:
commit
ee0e23b242
@ -208,7 +208,7 @@ resource "openstack_networking_secgroup_rule_v2" "secgroup_rule_1" {
|
|||||||
security_group_id = "${openstack_networking_secgroup_v2.secgroup_1.id}"
|
security_group_id = "${openstack_networking_secgroup_v2.secgroup_1.id}"
|
||||||
|
|
||||||
timeouts {
|
timeouts {
|
||||||
create = "5m"
|
delete = "5m"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user