1. 15 Sep, 2018 2 commits
  2. 14 Sep, 2018 1 commit
  3. 04 Sep, 2018 1 commit
    • Anton Babenko's avatar
      Add secondary CIDR block support (#163) · d7224309
      Anton Babenko authored
      * Add secondary CIDR block support using a local variable to derive the vpc id to ensure the CIDR block operations are applied before the CIDR operations
      
      * Add secondary cidr block outputs to module output
      
      * Add the wonderful examples from matthiasr's PR located at https://github.com/terraform-aws-modules/terraform-aws-vpc/pull/162 all credit goes to them for this wonderful example
      
      * From copy and paste accidentally used variable name that differed from these variables
      
      * Resolve typo in secondary_cidr_blocks
      
      * Fixed README formatting
      
      * Followups for #161
      
      * Added local.vpc_id with description
      d7224309
  4. 19 Aug, 2018 2 commits
  5. 18 Aug, 2018 2 commits
  6. 22 Jun, 2018 1 commit
  7. 20 Jun, 2018 3 commits
  8. 05 Jun, 2018 1 commit
  9. 04 Jun, 2018 2 commits
  10. 24 May, 2018 2 commits
  11. 16 May, 2018 1 commit
  12. 09 Apr, 2018 2 commits
  13. 05 Apr, 2018 3 commits
  14. 06 Mar, 2018 1 commit
  15. 02 Mar, 2018 2 commits
  16. 10 Feb, 2018 2 commits
  17. 09 Feb, 2018 4 commits
  18. 05 Feb, 2018 1 commit
    • Brandon J. O'Connor's avatar
      Adding tests for vpc, subnets, and route tables (#31) · 007b41ef
      Brandon J. O'Connor authored
      * Adding base-level tests for simple-example
      
      * gitignoring test kitchen internals
      
      * incorporating feedback from newcontext folks
      
      * comment clean up before PR
      
      * upgrading to kt 3.1.x
      
      * test repaired for kt 3 compat
      
      * removing the gemfile lock
      
      * making md linter happy and adjusting content to match test fixture
      
      * PR feedback and rubocop compliance
      007b41ef
  19. 30 Jan, 2018 1 commit
  20. 21 Jan, 2018 3 commits
  21. 19 Jan, 2018 1 commit
  22. 11 Jan, 2018 1 commit
    • Anton Babenko's avatar
      Add Redshift subnets (#54) · c1d51438
      Anton Babenko authored
      * add cidr_block outputs to public and private subnets
      
      * add cidr_block outputs to database and elasticache subnets
      
      * add redshift subnet option
      
      * fix tag
      
      * add missing route association for redshift
      
      * add vpc_endpoint_s3_pl_id and vpc_endpoint_dynamodb_pl_id outputs
      
      * add redshift to complete-vcp example
      
      * fix domain_name_servers - keep it a list
      
      * fix outputs for TF 0.11
      
      * fix missing *
      
      * Minor corrections in example and in type of dhcp_options_domain_name_servers
      
      * Minor corrections in example
      
      * Updated README
      c1d51438
  23. 04 Jan, 2018 1 commit
    • Richard Schneeman's avatar
      [ci skip] Get more Open Source Helpers (#51) · 63f3cb97
      Richard Schneeman authored
      [CodeTriage](https://www.codetriage.com/) is an app I have maintained
      for the past 4-5 years with the goal of getting people involved in
      Open Source projects like this one. The app sends subscribers a random
      open issue for them to help "triage". For some languages you can also
      suggested areas to add documentation.
      
      The initial approach was inspired by seeing the work of the small
      core team spending countless hours asking "what version was
      this in" and "can you give us an example app". The idea is to
      outsource these small interactions to a huge team of volunteers
      and let the core team focus on their work.
      
      I want to add a badge to the README of this project. The idea is to
      provide an easy link for people to get started contributing to this
      project. A badge indicates the number of people currently subscribed
      to help the repo. The color is based off of open issues in the project.
      
      Here are some examples of other projects that have a badge in their
      README:
      
      - https://github.com/crystal-lang/crystal
      - https://github.com/rails/rails
      - https://github.com/codetriage/codetriage
      
      Thanks for building open source software, I would love to help you find some helpers.
      63f3cb97