Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-aws-modules/terraform-aws-vpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tharun-allu/terraform-aws-vpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 28, 2019

  1. Updating from upstream (#1)

    * Fix for the error: module.vpc.aws_redshift_subnet_group.redshift: only lowercase alphanumeric characters and hyphens allowed in name
    
    Read more: #180
    
    * Updated pre-commit version with new terraform-docs script
    
    * Added IGW route for DB subnets (based on #179)
    
    * Reverted complete-example
    
    * Added azs to outputs which is an argument
    
    * Added possibility to control creation of elasticache and redshift subnet groups
    
    * Added SSM and EC2 VPC endpoints (fixes #195, #194)
    
    * adding option to create a route to nat gateway in database subnets
    
    * Reordered vars in count for database_nat_gateway route
    
    * add endpoints ec2messages, ssmmessages as those are required by Systems Manager in addition to ec2 and ssm.
    
    * fix typo
    
    * add additional endpoints to examples
    
    * add files updated by pre-commit
    
    * switch to terraform-docs v0.6.0
    
    * Added option to create ECR api and dkr endpoints
    
    * Added subnet ids to ecr endpoints
    
    * Fixed formatting after #205
    
    * Fixed formatting after #213
    
    * Added intra subnet suffix. (#220)
    
    * Added intra subnet suffix.
    
    * Fixed duplicate intra
    
    * Fixed tag
    
    * Added CHANGELOG.md (#221)
    
    * Bump version
    tharun-allu authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1ea87f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Merge branch 'master' of git://github.com/terraform-aws-modules/terra…

    …form-aws-vpc into terraform-aws-modules-master
    tallu committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8f3636e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'terraform-aws-modules-master'

    tallu committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    31d0bfb View commit details
    Browse the repository at this point in the history
  3. fixes

    tallu committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    872d688 View commit details
    Browse the repository at this point in the history
Loading