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

0 comments on commit 20a8a1f

Please sign in to comment.