Skip to content

Instantly share code, notes, and snippets.

@katesclau
Created December 12, 2016 23:31
Show Gist options
  • Save katesclau/041146832450b8627ead1567791aeeee to your computer and use it in GitHub Desktop.
Save katesclau/041146832450b8627ead1567791aeeee to your computer and use it in GitHub Desktop.
.
├── aws_credentials.tf
├── aws.pem
├── aws.pem.pub
├── database_credentials.tf
├── ec2
│   ├── cluster.tf
│   └── variables.tf
├── elb
│   ├── elb.tf
│   └── variables.tf
├── keys
│   ├── keys.tf
│   └── variables.tf
├── LICENSE
├── main.tf
├── rds
│   ├── rds.tf
│   └── variables.tf
├── README.md
├── terraform.tfstate
├── terraform.tfstate.backup
└── variables.tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment