Skip to content

Commit

Permalink
Test Digger
Browse files Browse the repository at this point in the history
  • Loading branch information
jace-ys committed Oct 20, 2024
1 parent 0864ddc commit 4b37695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/environments/dev/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ output "google_project" {
value = data.google_project.this
}

output "foo" {
value = "bar"
output "ping" {
value = "pong"
}

0 comments on commit 4b37695

Please sign in to comment.