Skip to content

Commit

Permalink
Test terratest
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Aug 26, 2024
1 parent 7953e1b commit 73db1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/complete/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variable "region" {

Check warning on line 1 in examples/complete/variables.tf

View workflow job for this annotation

GitHub Actions / terraform-module / CI / Lint (./examples/complete)

[tflint] reported by reviewdog 🐶 variable "region" is declared but not used Raw Output: variables.tf:1:1: warning: variable "region" is declared but not used ()
type = string
type = string
description = "The AWS region in which the resources will be created"
}

variable "example_input" {
Expand Down

0 comments on commit 73db1cd

Please sign in to comment.