fixup tests

This commit is contained in:
Jake Champlin 2017-04-07 11:31:32 -04:00
parent 4b281ba051
commit 8d7db2cd38
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ resource "opc_compute_instance" "test" {
}
resource "opc_compute_security_association" "test" {
vcable = "${opc_compute_instance.test.vcable_id}"
vcable = "${opc_compute_instance.test.vcable}"
seclist = "${opc_compute_security_list.test.name}"
}
`