Skip to content

Commit

Permalink
feat: code dynamic and add resource, variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 12, 2023
1 parent 267242e commit b2c1576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _examples/vpc_link_api/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "public_subnets" {
##----------------------------------------------------------------------------------
## Below module will create SECURITY-GROUP and its components.
##----------------------------------------------------------------------------------
#tfsec:ignore:aws-ec2-no-public-ip-subnet
#tfsec:ignore:aws-ec2-no-public-ingress-sgr
module "security_group" {
source = "clouddrove/security-group/aws"
version = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_apigatewayv2_stage" "default" {

api_id = aws_apigatewayv2_api.default[0].id
name = format("%s-stage", module.labels.id)
auto_deploy = true
auto_deploy = false
dynamic "access_log_settings" {
for_each = var.access_log_settings
content {
Expand Down

0 comments on commit b2c1576

Please sign in to comment.