Skip to content

Instantly share code, notes, and snippets.

@nooperpudd
Created June 17, 2022 12:39
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 nooperpudd/680c60cb23a596a69f676327258a3166 to your computer and use it in GitHub Desktop.
Save nooperpudd/680c60cb23a596a69f676327258a3166 to your computer and use it in GitHub Desktop.
.
└── module
├── alb
│   ├── loadbalancer.tf
│   ├── security.tf
│   └── vars.tf
├── autoscale
│   ├── autoscale.tf
│   ├── config
│   │   └── init-config.yaml
│   ├── data.tf
│   ├── security.tf
│   └── vars.tf
└── vpc
├── data.tf
├── main.tf
├── outputs.tf
└── vars.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment