Skip to content

catsby/terraform-debugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vpc terraform module repro test for hashicorp/terraform#7527

A terraform module to demo/reproduce hashicorp/terraform#7527

Usage

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

Viewing/Refreshing the Graph

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.

Authors

Clint Shryock, borrowing heavily from https://github.com/terraform-community-modules/tf_aws_vpc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages