Skip to content

A bridge between services deployed into production environment to internal access.

Notifications You must be signed in to change notification settings

ortolanph/bridge

Repository files navigation

Requirements

Name Version
terraform >= 0.15
aws 3.42.0
aws 3.42.0

Providers

Name Version
aws.internal_account 3.42.0 3.42.0
aws.production_account 3.42.0 3.42.0

Modules

No modules.

Resources

Name Type
aws_alb_target_group.bridge_http_target_group resource
aws_alb_target_group_attachment.bridge_http_tg_attachment resource
aws_lb.bridge resource
aws_lb_listener.bridge_http_listener resource
aws_route53_record.application_record resource
aws_security_group.bridge_endpoint_security_group resource
aws_vpc_endpoint.bridge_endpoint resource
aws_vpc_endpoint_service.bridge_service resource
aws_vpc_endpoint_service_allowed_principal.bridge_service_principal resource

Inputs

Name Description Type Default Required
aws_region The AWS region that the bridge should be deployed to. string n/a yes
project_name The project name string n/a yes
service_allowed_principal The principal that should be allowed to access the Endpoint Service string n/a yes
source_instance_id The instance id of the source side string n/a yes
source_subnet_ids The Source Subnets Ids list(string) n/a yes
source_vpc_id The Source VPC Id string n/a yes
target_hosted_zone_id Hosted Zone Id for accessing the endpoint string n/a yes
target_subnet_ids The Target Subnets Ids list(string) n/a yes
target_vpc_id The Target VPC Id string n/a yes

Outputs

Name Description
base_fqdn Base Full Qualified DNS Name
service1_endpoint Service 1 URL
service2_endpoint Service 2 URL

About

A bridge between services deployed into production environment to internal access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages