Skip to content

Instantly share code, notes, and snippets.

View veqryn's full-sized avatar

Chris Duncan veqryn

View GitHub Profile
@veqryn
veqryn / beanstalk.tf
Created October 25, 2016 14:18
Beanstalk Terraform Module
#--------------------------------------------------------------
# This module creates all resources necessary for a beanstalk
# application and environment
#--------------------------------------------------------------
variable "env_name" {}
variable "vpc_id" {}
variable "beanstalk_solution_stack_name" {}
variable "beanstalk_private_subnets" {}
variable "beanstalk_public_subnets" {}