We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651dce7 commit d9647e0Copy full SHA for d9647e0
.tflint.hcl
@@ -5,6 +5,6 @@ plugin "terraform" {
5
6
plugin "aws" {
7
enabled = true
8
- version = "0.27.0"
+ version = "0.30.0"
9
source = "github.com/terraform-linters/tflint-ruleset-aws"
10
}
api_gateway.tf
@@ -4,7 +4,7 @@ resource "aws_apigatewayv2_api" "main" {
4
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
0 commit comments