Skip to content

Commit

Permalink
Fix managedby output value
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Liaskovets <[email protected]>
  • Loading branch information
delaskoff committed May 23, 2024
1 parent a761dcf commit f3868ac
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 @@ -18,6 +18,6 @@ output "environment" {
}

output "managedby" {
value = digitalocean_tag.environment[0].name
value = digitalocean_tag.managedby[0].name
description = "Normalized managedby."
}

0 comments on commit f3868ac

Please sign in to comment.