terraform-aws-server/examples/basic/dualstack
Matt Trachier 82a3887852
fix: update to comply with new restrictions (#109)
* fix: update to comply with new restrictions
* fix: setup testing packages properly
* fix: resolve shell check errors
* fix: add spelling and security packages
* fix: update image sources
* fix: shell check get image script
---------

Signed-off-by: matttrach <matt.trachier@suse.com>
2025-03-06 14:06:46 -06:00
..
README.md fix: add primary version 6 flag (#99) 2024-07-25 17:37:34 -05:00
main.tf fix: update to comply with new restrictions (#109) 2025-03-06 14:06:46 -06:00
outputs.tf fix: add primary version 6 flag (#99) 2024-07-25 17:37:34 -05:00
variables.tf fix: add primary version 6 flag (#99) 2024-07-25 17:37:34 -05:00
versions.tf fix: update to comply with new restrictions (#109) 2025-03-06 14:06:46 -06:00

README.md

Basic

This example shows the simpliest implementation of this module. In this case "simple" means using the fewest features.

This bare bones example will deploy a server into a VPC with no external access. We will show how to enable features individually in futher examples.