terraform-aws-server/examples/overrides/server_only
Matt Trachier 0d7dbaab1f
fix: update access mod in examples (#47)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-09 14:02:50 -06:00
..
README.md make sure the version retricts tf 1.6, send unique id to every example, update readmes, remove the word server from server module attributes 2023-09-14 12:02:50 -05:00
main.tf fix: update access mod in examples (#47) 2024-02-09 14:02:50 -06:00
outputs.tf initial 2023-07-10 11:01:37 -05:00
variables.tf add rhel8 cis, add the ability to set the path to execute files, update all the tests 2023-10-05 16:27:07 -05:00
versions.tf fix: update required version of tf to the latest open source version (#46) 2024-02-09 12:09:18 -06:00

README.md

Server Only Example

This is an example of using this module to deploy a small sles15 server, specifying the ami to use. If you specify an image_id, you must also specify the admin_group and initial_user. These are used to login to the server for the first time and set up a new user as specified by "username".

This example has been validated using Terratest, a Go sdk and test suite for Terraform. If you would like to test this example go to the ./tests directory and run the test with go test -v -run TestServerOnly.