terraform-aws-server/examples/os/ubuntu22
matttrach 8844e8bde2
add workflows, add versions.tf, rename some override tests, update docs, generate ssh keys in tests
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-10 23:34:51 -05:00
..
README.md initial 2023-07-10 11:01:37 -05:00
main.tf add workflows, add versions.tf, rename some override tests, update docs, generate ssh keys in tests 2023-08-10 23:34:51 -05:00
variables.tf add workflows, add versions.tf, rename some override tests, update docs, generate ssh keys in tests 2023-08-10 23:34:51 -05:00
versions.tf add workflows, add versions.tf, rename some override tests, update docs, generate ssh keys in tests 2023-08-10 23:34:51 -05:00

README.md

Ubuntu 22 Example

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 os_test.go or go test -v -run TestUbuntu22.

This is an example of using this module to deploy a small ubuntu-22 server on AWS.