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" {
40
40
# #----------------------------------------------------------------------------------
41
41
# # Below module will create SECURITY-GROUP and its components.
42
42
# #----------------------------------------------------------------------------------
43
- # tfsec:ignore:aws-ec2-no-public-ip-subnet
43
+ # tfsec:ignore:aws-ec2-no-public-ingress-sgr
44
44
module "security_group" {
45
45
source = " clouddrove/security-group/aws"
46
46
version = " 1.3.0"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ resource "aws_apigatewayv2_stage" "default" {
99
99
100
100
api_id = aws_apigatewayv2_api. default [0 ]. id
101
101
name = format (" %s-stage" , module. labels . id )
102
- auto_deploy = true
102
+ auto_deploy = false
103
103
dynamic "access_log_settings" {
104
104
for_each = var. access_log_settings
105
105
content {
You can’t perform that action at this time.
0 commit comments