lacework / terraform-aws-agentless-scanning

Terraform module for configuring an integration with Lacework and AWS for agentless scanning
MIT License
4 stars 9 forks source link

docs: Simplify existing VPC networking example #137

Closed theopolis closed 7 months ago

theopolis commented 7 months ago

Summary

This simplifies the example where someone has existing networking.

We had included 2 examples where an existing VPC was used, but new resources like a subnet and IGW were created in that VPC. But this is a less-common scenario, and still possible, we just do not point people towards that example.

Instead we point people at an example where all of the existing resources are created.

How did you test this change?

Example deployment with this simplified example, and reviewing the resulting markdown.

Issue

N/A