Skip to content

Commit

Permalink
not optional anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrite committed Jul 29, 2024
1 parent a7668d6 commit 5bc5e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 5bc5e69

Please sign in to comment.