Skip to content

Commit 68aaa6c

Browse files
authored
fix typo in outputs (#886)
1 parent c00cb6f commit 68aaa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output "account_id" {
1616

1717
output "guid" {
1818
description = "The GUID of the resource instance."
19-
value = ibm_resource_instance.cos_instance.account_id
19+
value = ibm_resource_instance.cos_instance.guid
2020
}
2121

2222
output "id" {

0 commit comments

Comments
 (0)