Skip to content

Instantly share code, notes, and snippets.

@davidvuong
Created August 11, 2020 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidvuong/ee01b964faa3e006aedf57d6cb3dc308 to your computer and use it in GitHub Desktop.
Save davidvuong/ee01b964faa3e006aedf57d6cb3dc308 to your computer and use it in GitHub Desktop.
terraform/
├── backend.tf
└── components
├── component_a
│ ├── exports.tf
│ └── main.tf
├── component_b
│ ├── exports.tf
│ └── main.tf
└── shared
├── s3
│ ├── exports.tf
│ └── main.tf
└── vpc
├── exports.tf
└── main.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment