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 d36d58c commit 553c2a1
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,6 @@ module "vpc" {
####----------------------------------------------------------------------------------
## A subnet is a range of IP addresses in your VPC.
####----------------------------------------------------------------------------------
#tfsec:ignore:aws-ec2-no-public-ip-subnet.
module "public_subnets" {
source = "clouddrove/subnet/aws"
version = "1.3.0"
Expand All @@ -42,6 +41,7 @@ module "public_subnets" {
## Below module will create SECURITY-GROUP and its components.
##----------------------------------------------------------------------------------
#tfsec:ignore:aws-ec2-no-public-ingress-sgr
#tfsec:ignore:aws-ec2-no-public-ip-subnet.
module "security_group" {
source = "clouddrove/security-group/aws"
version = "1.3.0"
Expand Down

0 comments on commit 553c2a1

Please sign in to comment.