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 20a8a1f commit d36d58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/vpc_link_api/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module "vpc" {
####----------------------------------------------------------------------------------
## A subnet is a range of IP addresses in your VPC.
####----------------------------------------------------------------------------------
#tfsec:ignore:Subnet associates public IP address.
#tfsec:ignore:aws-ec2-no-public-ip-subnet.
module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "1.3.0"
Expand Down

0 comments on commit d36d58c

Please sign in to comment.