Skip to content

Commit b2c1576

Browse files
feat: code dynamic and add resource, variable description
1 parent 267242e commit b2c1576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_examples/vpc_link_api/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4444
module "security_group" {
4545
source = "clouddrove/security-group/aws"
4646
version = "1.3.0"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)