Skip to content

Commit 0a9e23e

Browse files
committed
add unused variable to test workflow
1 parent 68342ac commit 0a9e23e

File tree

1 file changed

+2
-0
lines changed
  • terraform/google/google-compute-instance

1 file changed

+2
-0
lines changed

terraform/google/google-compute-instance/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
variable "not_used" {}
2+
13
locals {
24
name = "example-${basename(path.cwd)}"
35

0 commit comments

Comments
 (0)