Skip to content

Commit

Permalink
[beanstalk_env] include beanstalk_app for example
Browse files Browse the repository at this point in the history
  • Loading branch information
adborden committed Mar 3, 2019
1 parent fb0751d commit 9d9f2d1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions beanstalk_env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ Creates an AWS Elastic Beanstalk environment.
## Usage

```hcl
module "production_web" {
module "myapp" {
source = "github.com/openoakland/terraform-modules.git//beanstalk_app?ref=2.0.0
app_name = "myapp"
}
module "myapp_prod_web" {
source = "github.com/openoakland/terraform-modules//beanstalk_env?ref=v2.0.0"
app_name = "my-app"
app_name = "myapp"
app_instance = "production"
dns_zone_name = "myapp.aws.example.com"
dns_zone_id = "${aws_route53_zone.myapp_zone.id}"
Expand Down

0 comments on commit 9d9f2d1

Please sign in to comment.