Skip to content
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

updated to allow access to other protocols e.g. tcp #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rajatpandit
Copy link

No description provided.

@@ -35,6 +35,19 @@ variable "backend_protocol" {
// - ssl (secure tcp)
}

variable "frontend_port" {
description = "The port the service on the EC2 instances listens on"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description is for backend_port.

@@ -27,9 +27,9 @@ Input Variables
the ELB have an internal IP
- `subnet_az1` - The VPC subnet ID for AZ1
- `subnet_az2` - The VPC subnet ID for AZ2
- `backend_port` - The port the service running on the EC2 insances
- `(frontend_port | backend_port)` - The port the service running on/off the EC2 insances
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

List all variables explicitly (one after another on separate lines, as other variables).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants