Skip to content

Commit

Permalink
fix: debug all resources
Browse files Browse the repository at this point in the history
  • Loading branch information
acch committed Dec 17, 2024
1 parent 802d6e9 commit 7c22a00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/resources/forgejo_organization/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ resource "forgejo_organization" "non_defaults" {
visibility = "private"
}

output "debug" {
output "debug_defaults" {
value = forgejo_organization.defaults
}

output "debug_non_defaults" {
value = forgejo_organization.non_defaults
}

0 comments on commit 7c22a00

Please sign in to comment.