vpc terraform module repro test for hashicorp/terraform#7527
A terraform module to demo/reproduce hashicorp/terraform#7527
This should "just work" with credentials setup either in the environment, or
modify insert a provider "aws"
block in there:
- clone repo
$ teraform get
$ terraform apply
The included out.png
file was generated like so:
$ terraform plan -out create.tfplan
$ terraform graph create.tfplan | dot -Tpng > out.png
It assumes you have dot
installed.
Clint Shryock, borrowing heavily from https://github.com/terraform-community-modules/tf_aws_vpc