- 08 Jun, 2020 1 commit
-
-
Darryl Woods authored
-
- 31 Jul, 2017 5 commits
-
-
Eric Malloy authored
another stab at correct syntax - trigger
-
Eric Malloy authored
-
Eric Malloy authored
add missing quote on release trigger
-
Eric Malloy authored
-
Eric Malloy authored
have circleci perform github releases
-
- 25 Jul, 2017 1 commit
-
-
Eric Malloy authored
add non-sensitive envvars required for release script
-
- 14 Jul, 2017 1 commit
-
-
Matthias Johnson authored
fix broken vpc diagram
-
- 10 Jul, 2017 1 commit
-
-
Eric Malloy authored
https://www.lucidchart.com/invitations/accept/6461ee8a-9582-44a5-b5b4-6315d47bbccc - closes issue #28
-
- 23 Jun, 2017 1 commit
-
-
ejether authored
Add custom tags for resources
-
- 30 May, 2017 9 commits
-
-
Kendall Miller authored
Adding apache license to individual files
-
Kendall Miller authored
-
Kendall Miller authored
-
Kendall Miller authored
-
Kendall Miller authored
-
Kendall Miller authored
-
Kendall Miller authored
-
Kendall Miller authored
-
Kendall Miller authored
-
- 16 May, 2017 1 commit
-
-
Kendall Miller authored
-
- 10 Feb, 2017 1 commit
-
-
Philip Cristiano authored
This allows the application of user-defined tags to the internet gateway.
-
- 03 Feb, 2017 3 commits
-
-
Philip Cristiano authored
-
Philip Cristiano authored
This allows the application of user-defined tags to the route tables created.
-
Philip Cristiano authored
This allows the application of user-defined tags to the subnets created. The use case currently it to tag subnets for Kubernetes clusters which need the subnet tagged. Without setting this in TF the resources would have to be ignored on each TF run or added again manually after TF is run.
-
- 16 Dec, 2016 3 commits
-
-
Philip Cristiano authored
README: Remove extra word
-
Eric Hole authored
Updates to README
-
Philip Cristiano authored
I believe left in when NAT instances were a thing for the module
-
- 12 Dec, 2016 1 commit
-
-
Eric Hole authored
-
- 15 Nov, 2016 2 commits
-
-
Philip Cristiano authored
route-table: Move route out of table resource
-
Philip Cristiano authored
As mentioned in https://www.terraform.io/docs/providers/aws/r/route.html: ``` NOTE on Route Tables and Routes: Terraform currently provides both a standalone Route resource and a Route Table resource with routes defined in-line. At this time you cannot use a Route Table with in-line routes in conjunction with any Route resources. Doing so will cause a conflict of rule settings and will overwrite rules. ``` Even if the table id was outputted it would not be useable with the `route` resource. Each run would cause a “flapping” of the resource. One run would add the route, the next would remove the route. Moving the route out of the table resource will prevent this conflict and allow routes to be added in other modules.
-
- 14 Nov, 2016 2 commits
-
-
Philip Cristiano authored
route-table: Output private IDs instead of eip
-
Philip Cristiano authored
EIPs are not what we want, output the route table
-
- 09 Nov, 2016 4 commits
-
-
Philip Cristiano authored
Update module for Terraform v07
-
Sarah Zelechoski authored
-
Sarah Zelechoski authored
-
Sarah Zelechoski authored
-
- 07 Nov, 2016 3 commits
-
-
Sarah Zelechoski authored
-
Sarah Zelechoski authored
-
Sarah Zelechoski authored
-
- 26 Aug, 2016 1 commit
-
-
Dave Konopka authored
-