From ed526a34444ad4997b893e11ba64703e806b0f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Thu, 17 Apr 2025 13:27:40 +0100 Subject: [PATCH] fix typo in outputs --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 1c0cf4cc..02862004 100644 --- a/outputs.tf +++ b/outputs.tf @@ -16,7 +16,7 @@ output "account_id" { output "guid" { description = "The GUID of the resource instance." - value = ibm_resource_instance.cos_instance.account_id + value = ibm_resource_instance.cos_instance.guid } output "id" {