Skip to content

Commit d9647e0

Browse files
committed
chore: [skip ci] update tflint
1 parent 651dce7 commit d9647e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ plugin "terraform" {
55

66
plugin "aws" {
77
enabled = true
8-
version = "0.27.0"
8+
version = "0.30.0"
99
source = "github.com/terraform-linters/tflint-ruleset-aws"
1010
}

api_gateway.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_apigatewayv2_api" "main" {
44
protocol_type = "HTTP"
55
}
66

7-
resource "aws_apigatewayv2_stage" "main" {
7+
resource "aws_apigatewayv2_stage" "default" {
88
api_id = aws_apigatewayv2_api.main.id
99
name = "$default"
1010
auto_deploy = true

0 commit comments

Comments
 (0)