Skip to content

Commit 9aabb1b

Browse files
authored
Fix E2E tests failing with TFLint v0.50 (#80)
1 parent a662153 commit 9aabb1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

integration/module_calls/module/main.tf

Whitespace-only changes.

integration/resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module "aws_instance" {}
1+
variable "instance_type" {}

0 commit comments

Comments
 (0)