From 5bc5e6925023c5323ace0dbabf5387ef6a634d9b Mon Sep 17 00:00:00 2001 From: Jorrit Elfferich Date: Mon, 29 Jul 2024 11:39:05 +0200 Subject: [PATCH] not optional anymore --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index e2a3b14..937855f 100644 --- a/outputs.tf +++ b/outputs.tf @@ -38,7 +38,7 @@ output "tfe_workspaces" { output "account_variable_set_id" { - value = local.create_account_variable_set ? tfe_variable_set.account[0].id : "" + value = tfe_variable_set.account.id description = "The ID of the account variable set" }