Skip to content

Commit

Permalink
[beanstalk_web_env] update name
Browse files Browse the repository at this point in the history
  • Loading branch information
adborden committed Mar 6, 2019
1 parent 6e3c2c9 commit 5dfe978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions beanstalk_web_env/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# beanstalk_env
# beanstalk_web_env

Creates an AWS Elastic Beanstalk environment.
Creates an AWS Elastic Beanstalk web environment with load balancer and auto
scaling group.


## Usage
Expand All @@ -13,7 +14,7 @@ module "myapp" {
}
module "myapp_prod_web" {
source = "github.com/openoakland/terraform-modules//beanstalk_env?ref=v2.0.0"
source = "github.com/openoakland/terraform-modules//beanstalk_web_env?ref=v2.0.0"
app_name = "myapp"
app_instance = "production"
dns_zone_name = "myapp.aws.example.com"
Expand All @@ -27,9 +28,9 @@ module "myapp_prod_web" {

### Variables

See [beanstalk_env/variables.tf](./variables.tf).
See [beanstalk_web_env/variables.tf](./variables.tf).


### Outputs

See [beanstalk_env/outputs.tf](./outputs.tf).
See [beanstalk_web_env/outputs.tf](./outputs.tf).
2 changes: 1 addition & 1 deletion test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "postgresdb_test" {
}

module "beanstalk_env_test" {
source = "./beanstalk_env"
source = "./beanstalk_web_env"

app_instance = "test"
app_name = "terraform-modules"
Expand Down

0 comments on commit 5dfe978

Please sign in to comment.