jasonwalsh / terraform-aws-haproxy

A Terraform module for creating an HAProxy server in AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Inputs

Name Description Type Default Required
allow_ssh The user is allowed to use SSH to communicate with the instance string "false" no
associate_public_ip_address If specified a public IP address will be assigned to the new instance in a VPC string "false" no
iam_instance_profile The IAM instance profile string "" no
image_id The ID of the AMI, which you can get by calling DescribeImages string n/a yes
instance_type The instance type string "m1.small" no
key_name The name of the key pair string "" no
monitoring Indicates whether detailed monitoring is enabled string "true" no
security_group_ids One or more security group IDs list <list> no
subnet_id The ID of the subnet to launch the instance into string "" no
tags One or more tags for the specified Amazon EC2 resource map <map> no
user_data The user data to make available to the instance string "" no
vpc_id The ID of the VPC string "" no

Outputs

Name Description
public_dns_name The public DNS name assigned to the instance

About

A Terraform module for creating an HAProxy server in AWS

License:MIT License


Languages

Language:HCL 61.8%Language:Go 38.2%