Skip to content

Commit d36d58c

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

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,7 @@ module "vpc" {
2121
####----------------------------------------------------------------------------------
2222
## A subnet is a range of IP addresses in your VPC.
2323
####----------------------------------------------------------------------------------
24-
#tfsec:ignore:Subnet associates public IP address.
24+
#tfsec:ignore:aws-ec2-no-public-ip-subnet.
2525
module "public_subnets" {
2626
source = "clouddrove/subnet/aws"
2727
version = "1.3.0"

0 commit comments

Comments
 (0)