Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Pull in upstream v2.70 #6

Merged
merged 152 commits into from
Feb 3, 2021
Merged

Pull in upstream v2.70 #6

merged 152 commits into from
Feb 3, 2021

Conversation

trobinsonpp
Copy link

@trobinsonpp trobinsonpp commented Feb 2, 2021

For breaking bug terraform-aws-modules#573

antonbabenko and others added 30 commits September 2, 2019 15:04
* 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
…sing outputs (terraform-aws-modules#311)

* 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
* 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
* Added icmp_code and icmp_type values to non default acl rules.

* Added support for both ICMP and non-ICMP rules in NACL
…AppMesh, Transfer, Service Catalog & SageMaker(Runtime & API) (terraform-aws-modules#324)

* add new endpoints

* merge change from master
…dules#329)

Add support for `ipv6_cidr_block` in `*_{in|out}bound_acl_rules`.  As a
conseqeunce, the (ipv4) `cidr_block` is made optional.
@trobinsonpp trobinsonpp requested a review from a team February 2, 2021 23:56
@trobinsonpp
Copy link
Author

Sandbox plan in https://github.com/PatientPing/slart-tf-dataeng-sandbox/pull/47

Module argument assign_generated_ipv6_cidr_block replaced by enable_ipv6 which was introduced when full ipv6 support was added terraform-aws-modules#317 in v2.10. Using the module default of enable_ipv6 false

@trobinsonpp trobinsonpp merged commit 8c6ccc4 into pp_master Feb 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.