terraform-aws-access/examples/personal
matttrach d7ec6f2831
adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-11 15:07:41 -05:00
..
README.md initial 2023-07-10 10:45:06 -05:00
main.tf adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf 2023-08-11 15:07:41 -05:00
outputs.tf initial 2023-07-10 10:45:06 -05:00
variables.tf adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf 2023-08-11 15:07:41 -05:00
versions.tf adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf 2023-08-11 15:07:41 -05:00

README.md

Personal Example

This example has been validated using Terratest, a Go sdk and test suite for Terraform.

This example selects objects not considered "personal", resulting in similar output as the basic example usage. This module will fail if it is not able to produce expected output. When working with a team, it is usually true that there is a shared VPC and subnet, but each team member has their own security group and ssh key for server access. Therefore this example selects a VPC and subnet by name, then generates an ssh key and server security group.