Skip to content

Commit 553c2a1

Browse files
feat: code dynamic and add resource, variable description
1 parent d36d58c commit 553c2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/vpc_link_api/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module "vpc" {
2121
####----------------------------------------------------------------------------------
2222
## A subnet is a range of IP addresses in your VPC.
2323
####----------------------------------------------------------------------------------
24-
#tfsec:ignore:aws-ec2-no-public-ip-subnet.
2524
module "public_subnets" {
2625
source = "clouddrove/subnet/aws"
2726
version = "1.3.0"
@@ -42,6 +41,7 @@ module "public_subnets" {
4241
## Below module will create SECURITY-GROUP and its components.
4342
##----------------------------------------------------------------------------------
4443
#tfsec:ignore:aws-ec2-no-public-ingress-sgr
44+
#tfsec:ignore:aws-ec2-no-public-ip-subnet.
4545
module "security_group" {
4646
source = "clouddrove/security-group/aws"
4747
version = "1.3.0"

0 commit comments

Comments
 (0)