Sha256: 79bf2b75334ba15b45c87eff02620bd746b2d1027674207690517f19166bb32b

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 Bytes

Contents

# Multi Resource Lookup example

This example requires applying the terraform in 2 stages. The easiest way to do this is to comment
out everything in `multi_resource_lookup.tf` run `terraform apply`, allow the aws instances to be created,
and then uncomment `multi_resource_lookup.tf`

## COSTS!

Be warned, this example will cost money to perform, it requires starting up 2 t2.nano instances. You are solely
responsible for any resources created or costs incurred.

I strongly recommend running `terraform destroy` once you have finished running the test to remove all the resources
that the test created.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
terraform-template-renderer-0.3.0 examples/multi_resource_lookup/README.md
terraform-template-renderer-0.2.0 examples/multi_resource_lookup/README.md