Skip to content

Instantly share code, notes, and snippets.

@nickithewatt
Created January 21, 2017 23:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickithewatt/6a07a014589b5fde97fa8d96691c4573 to your computer and use it in GitHub Desktop.
Save nickithewatt/6a07a014589b5fde97fa8d96691c4573 to your computer and use it in GitHub Desktop.
├── demos
│   ├── acme-consolidated
│   │   ├── main.tf
│   │   └── variables.tf
│   ├── acme-part-1-registration
│   │   ├── main.tf
│   │   └── variables.tf
│   └── acme-part-2-core
│   ├── main.tf
│   └── variables.tf
└── modules
├── acme-account-registration
│   ├── inputs.tf
│   ├── main.tf
│   └── outputs.tf
├── acme-cert-request
│   ├── inputs.tf
│   ├── main.tf
│   └── outputs.tf
├── aws-demo-environment
│   ├── inputs.tf
│   ├── main.tf
│   └── outputs.tf
└── dns
├── direct
│   ├── inputs.tf
│   ├── main.tf
│   └── outputs.tf
└── indirect
├── inputs.tf
├── main.tf
└── outputs.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment