This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #-------------------------------------------------------------- | |
| # 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" {} |