We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68342ac commit 0a9e23eCopy full SHA for 0a9e23e
terraform/google/google-compute-instance/main.tf
@@ -1,3 +1,5 @@
1
+variable "not_used" {}
2
+
3
locals {
4
name = "example-${basename(path.cwd)}"
5
0 commit comments