-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Allow VPC Endpoints to be Created via vpc-endpoints Submodule #82
Conversation
…C Endpoints in VPC.
…n being used by other CloudPosse modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bridgecrew has found 1 infrastructure configuration error in this PR ⬇️
/test all |
/test all |
…e Terraform version being used in automated testing (Terraform 0.13).
…on aws_vpc data source.
/test all |
/test all |
91236a3
to
bd8ec36
Compare
/rebuild-readme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@korenyoni
LGTM, a few more comment.
Alps please terraform fmt
of all code, examples, and the code in README
…resources, for when local.enabled is false but var.gateway_vpc_endpoints/var.interface_vpc_endpoints is provided.
…aws-vpc into feat/vpc-endpoints
This Pull Request has been updated, so we're dismissing all reviews.
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
…gateway/interface VPC endpoints with the endpoint-service name passed as an attribute.
/test all |
what
vpc-endpoints
submodule to this repo, which allows users to provision Interface and/or Gateway VPC Endpoints to the VPC they have created with theterraform-aws-vpc
module.vpc-endpoints
submoduleus-east-2
region instead ofus-west-1
, as going forward CloudPosse repositories will be usingus-east-2
why
terraform-aws-vpc
module (i.e. subnet IDs), so an external module is required, but a standalone module is not necessarily justified.references