terraform-aws-server/examples/basic/dualstack
Matt Trachier 868847b39f
feat: update supported images (#101)
* feat: update supported images

Signed-off-by: matttrach <matt.trachier@suse.com>

* fix: shell

Signed-off-by: matttrach <matt.trachier@suse.com>

---------

Signed-off-by: matttrach <matt.trachier@suse.com>
2024-08-22 18:48:08 -05:00
..
README.md fix: add primary version 6 flag (#99) 2024-07-25 17:37:34 -05:00
main.tf feat: update supported images (#101) 2024-08-22 18:48:08 -05: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: add primary version 6 flag (#99) 2024-07-25 17:37:34 -05: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.