terraform-aws-server/examples/overrides/select_image
Matt Trachier 1e7e0d4715
fix: update required version of tf to the latest open source version (#46)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-09 12:09:18 -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 add comment to use the registry in examples 2023-10-05 17:16:33 -05:00
outputs.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 fix: update required version of tf to the latest open source version (#46) 2024-02-09 12:09:18 -06:00

README.md

Image Only Example

This is an example of using this module to select information rather than creating anything. This will select the image from the image types and retrieve information about it. Please see ./image/types.tf for more information on the opinionated image selection this module provides.

NOTE: This module does not create images, it may select them or skip them (potentially requiring the user to provide more information), but it won't create them.

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/overrides directory and run the test with go test -v -run TestImageOnly.