1. 11 Mar, 2020 4 commits
  2. 02 Mar, 2020 2 commits
  3. 23 Jan, 2020 2 commits
  4. 21 Jan, 2020 2 commits
  5. 16 Jan, 2020 2 commits
  6. 27 Nov, 2019 7 commits
  7. 04 Nov, 2019 2 commits
  8. 30 Sep, 2019 5 commits
  9. 03 Sep, 2019 6 commits
  10. 02 Sep, 2019 6 commits
    • Anton Babenko's avatar
      Updated CHANGELOG · fa1eb908
      Anton Babenko authored
      fa1eb908
    • Ilia Lazebnik's avatar
      Added tags to VPC Endpoints (#292) · 3c7a1036
      Ilia Lazebnik authored
      * Add tags to VPC Endpoints
      
      * Update variables.tf
      
      add new line between variables
      
      * centralize vpce tag param
      
      * fix s3 tags
      
      * Updated README
      
      * Updated README
      
      * Updated README
      3c7a1036
    • Anton Babenko's avatar
      Updated CHANGELOG · b38034a0
      Anton Babenko authored
      b38034a0
    • Edward Viaene's avatar
      Added more VPC endpoints (Glue, STS, Sagemaker Notebook), and all missing outputs (#311) · 2fbaaacd
      Edward Viaene authored
      * AWS Glue VPC endpoint
      
      * sagemaker notebook vpc endpoint
      
      * correct service name for notebook endpoint
      
      * added outputs kinesis
      
      * added endpoints output glue, fix readme
      
      * endpoint for STS
      
      * endpoint for STS (variables)
      
      * Added more VPC endpoints (Glue, STS, Sagemaker Notebook), and all missing outputs
      2fbaaacd
    • Anton Babenko's avatar
      Updated CHANGELOG · 013b7ab6
      Anton Babenko authored
      013b7ab6
    • Anton Babenko's avatar
      Add IPv6 support (#317) · be962ae7
      Anton Babenko authored
      * IPv6 support
      
      Add variable "enable_ipv6" to allow enabling IPv6 support (resulting in
      passing "assign_generated_ipv6_cidr_block" to aws_vpc.
      
      Enabling IPv6 support further results in an Egress-only internet gateway
      being provisioned and routing tables of subnets being adjusted.
      
      Additional variables allow to choose the indices out of the /64 subnets
      based on the assigned /56 range.
      
      * Add example for IPv6 usage
      
      * Remove redundant parameter assign_generated_ipv6_cidr_block
      
      This is needed exactly when var.enable_ipv6 is true.
      
      * Set subnet ipv6_cidr_block to null if unused
      
      * Be picky about spelling
      
      * Revert unrelated change
      
      * More IPv6 spelling
      
      * Added IPv6 support to VPC module
      
      * Added IPv6 support to VPC module
      be962ae7
  11. 21 Jul, 2019 2 commits