Skip to content

Commit

Permalink
test: run test CI for ok-to-test
Browse files Browse the repository at this point in the history
  • Loading branch information
hansjoergventx committed Oct 21, 2023
1 parent 849c4f4 commit 30361af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ output "just-another-test" {
value = "test"
}

output "test-test" {
description = "just a test"
value = "test"
}

# --------------------------------------------------------------------------
# VPC
# --------------------------------------------------------------------------
Expand Down

0 comments on commit 30361af

Please sign in to comment.