Skip to content

Roviluca/consul-server-ports-aws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Consul Server Ports Terraform Module

Creates a standard Consul server security group in AWS.

Checkout examples for fully functioning examples.

Environment Variables

  • AWS_DEFAULT_REGION
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Input Variables

  • create: [Optional] Create Module, defaults to true.
  • name: [Optional] Name for resources, defaults to "consul-server-ports-aws".
  • vpc_id: [Required] VPC ID to provision resources in.
  • cidr_blocks: [Required] CIDR blocks for Security Groups.
  • tags: [Optional] Optional map of tags to set on resources, defaults to empty map.

Outputs

  • consul_server_sg_id: Consul server security group ID.

Module Dependencies

Authors

HashiCorp Solutions Engineering Team.

License

Mozilla Public License Version 2.0. See LICENSE for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%