Skip to content

Commit

Permalink
chore: [skip ci] update tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Mar 29, 2024
1 parent 651dce7 commit d9647e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.27.0"
version = "0.30.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion api_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_apigatewayv2_api" "main" {
protocol_type = "HTTP"
}

resource "aws_apigatewayv2_stage" "main" {
resource "aws_apigatewayv2_stage" "default" {
api_id = aws_apigatewayv2_api.main.id
name = "$default"
auto_deploy = true
Expand Down

0 comments on commit d9647e0

Please sign in to comment.