File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module "public_subnets" {
4040# #----------------------------------------------------------------------------------
4141# # Below module will create SECURITY-GROUP and its components.
4242# #----------------------------------------------------------------------------------
43- # tfsec:ignore:aws-ec2-no-public-ip-subnet
43+ # tfsec:ignore:aws-ec2-no-public-ingress-sgr
4444module "security_group" {
4545 source = " clouddrove/security-group/aws"
4646 version = " 1.3.0"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ resource "aws_apigatewayv2_stage" "default" {
9999
100100 api_id = aws_apigatewayv2_api. default [0 ]. id
101101 name = format (" %s-stage" , module. labels . id )
102- auto_deploy = true
102+ auto_deploy = false
103103 dynamic "access_log_settings" {
104104 for_each = var. access_log_settings
105105 content {
You can’t perform that action at this time.
0 commit comments