Skip to content

Commit

Permalink
test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhar committed Jan 3, 2023
1 parent 0dca392 commit 1d41686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variable "tag" {
default = "tag A"
default = "v0.0.0"
}

output "tag" {
value = var.test
value = var.tag
}

0 comments on commit 1d41686

Please sign in to comment.