Fixing last test

This commit is contained in:
Sander van Harmelen 2015-07-16 17:58:52 +02:00
parent 95ea61a8eb
commit 9897e55594
1 changed files with 1 additions and 1 deletions

View File

@ -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" {