terraform-aws-access/examples/override
matttrach d7ec6f2831
adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf
Signed-off-by: matttrach <matttrach@gmail.com>
2023-08-11 15:07:41 -05:00
..
README.md initial 2023-07-10 10:45:06 -05:00
main.tf adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf 2023-08-11 15:07:41 -05:00
outputs.tf initial 2023-07-10 10:45:06 -05:00
variables.tf adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf 2023-08-11 15:07:41 -05:00
versions.tf adding workflows, codeowners, using terratest to generate obects for testing, add verions.tf 2023-08-11 15:07:41 -05:00

README.md

Override Example

This example has been validated using Terratest, a Go sdk and test suite for Terraform.

This example overrides all objects generating nothing, but resulting in similar output as the basic example usage. It is important to note that this does not import the objects or try to control them, just find them and use data about them. This module will fail if it is not able to produce expected output.