Signed-off-by: matttrach <matttrach@gmail.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| main.tf | ||
| outputs.tf | ||
| variables.tf | ||
| versions.tf | ||
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.