mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixing last test
This commit is contained in:
parent
95ea61a8eb
commit
9897e55594
@ -181,7 +181,7 @@ resource "cloudstack_vpc" "foobar" {
|
||||
resource "cloudstack_network_acl" "foo" {
|
||||
name = "terraform-acl"
|
||||
description = "terraform-acl-text"
|
||||
vpc = "${cloudstack_vpc.foobar.name}"
|
||||
vpc = "${cloudstack_vpc.foobar.id}"
|
||||
}
|
||||
|
||||
resource "cloudstack_network_acl_rule" "foo" {
|
||||
|
Loading…
Reference in New Issue
Block a user