Skip to content

Commit 24c1549

Browse files
authored
Bump terraform-aws-ecs-web-app and terraform-github-repository-webhooks versions. Fix README (#8)
1 parent a2b35af commit 24c1549

File tree

3 files changed

+19
-41
lines changed

3 files changed

+19
-41
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Are you using this project or any of our other projects? Consider [leaving a tes
278278

279279
Check out these related projects.
280280

281-
- [terraform-aws-ecs-web-app](https://github.com/cloudposse/terraform-aws-ecs-web-app) - Terraform module that implements a web app on ECS and supporting AWS resources
281+
- [terraform-aws-ecs-web-app](https://github.com/cloudposse/terraform-aws-ecs-web-app) - Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more
282282
- [terraform-aws-alb](https://github.com/cloudposse/terraform-aws-alb) - Terraform module to provision a standard ALB for HTTP/HTTP traffic
283283
- [terraform-aws-alb-ingress](https://github.com/cloudposse/terraform-aws-alb-ingress) - Terraform module to provision an HTTP style ingress rule based on hostname and path for an ALB
284284
- [terraform-aws-codebuild](https://github.com/cloudposse/terraform-aws-codebuild) - Terraform Module to easily leverage AWS CodeBuild for Continuous Integration
@@ -415,11 +415,17 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
415415

416416
### Contributors
417417

418-
| [![Josh Myers][joshmyers_avatar]][joshmyers_homepage]<br/>[Josh Myers][joshmyers_homepage] |
419-
|---|
418+
| [![Josh Myers][joshmyers_avatar]][joshmyers_homepage]<br/>[Josh Myers][joshmyers_homepage] | [![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Igor Rodionov][goruha_avatar]][goruha_homepage]<br/>[Igor Rodionov][goruha_homepage] |
419+
|---|---|---|---|
420420

421421
[joshmyers_homepage]: https://github.com/joshmyers
422422
[joshmyers_avatar]: https://github.com/joshmyers.png?size=150
423+
[osterman_homepage]: https://github.com/osterman
424+
[osterman_avatar]: https://github.com/osterman.png?size=150
425+
[aknysh_homepage]: https://github.com/aknysh
426+
[aknysh_avatar]: https://github.com/aknysh.png?size=150
427+
[goruha_homepage]: https://github.com/goruha
428+
[goruha_avatar]: https://github.com/goruha.png?size=150
423429

424430

425431

README.yaml

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ badges:
3535
url: "https://slack.cloudposse.com"
3636

3737
related:
38-
- name: "terraform-aws-ecs-webapp"
38+
- name: "terraform-aws-ecs-web-app"
3939
description: "Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more"
4040
url: "https://github.com/cloudposse/terraform-aws-ecs-web-app"
41-
- name: "terraform-aws-ecs-web-app"
41+
- name: "terraform-aws-alb"
4242
description: "Terraform module to provision a standard ALB for HTTP/HTTP traffic"
4343
url: "https://github.com/cloudposse/terraform-aws-alb"
4444
- name: "terraform-aws-alb-ingress"
@@ -64,8 +64,6 @@ related:
6464
url: "https://github.com/cloudposse/terraform-aws-lb-s3-bucket"
6565

6666

67-
68-
6967
# Short description of this project
7068
description: |-
7169
@@ -193,39 +191,13 @@ references:
193191
description: "Official home of the Atlantis project"
194192
url: "https://runatlantis.io"
195193

196-
related:
197-
- name: "terraform-aws-ecs-web-app"
198-
description: "Terraform module that implements a web app on ECS and supporting AWS resources"
199-
url: "https://github.com/cloudposse/terraform-aws-ecs-web-app"
200-
- name: "terraform-aws-alb"
201-
description: "Terraform module to provision a standard ALB for HTTP/HTTP traffic"
202-
url: "https://github.com/cloudposse/terraform-aws-alb"
203-
- name: "terraform-aws-alb-ingress"
204-
description: "Terraform module to provision an HTTP style ingress rule based on hostname and path for an ALB"
205-
url: "https://github.com/cloudposse/terraform-aws-alb-ingress"
206-
- name: "terraform-aws-codebuild"
207-
description: "Terraform Module to easily leverage AWS CodeBuild for Continuous Integration"
208-
url: "https://github.com/cloudposse/terraform-aws-codebuild"
209-
- name: "terraform-aws-ecr"
210-
description: "Terraform Module to manage Docker Container Registries on AWS ECR"
211-
url: "https://github.com/cloudposse/terraform-aws-ecr"
212-
- name: "terraform-aws-ecs-alb-service-task"
213-
description: "Terraform module which implements an ECS service which exposes a web service via ALB."
214-
url: "https://github.com/cloudposse/terraform-aws-ecs-alb-service-task"
215-
- name: "terraform-aws-ecs-codepipeline"
216-
description: "Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS"
217-
url: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline"
218-
- name: "terraform-aws-ecs-container-definition"
219-
description: "Terraform module to generate well-formed JSON documents that are passed to the aws_ecs_task_definition Terraform resource"
220-
url: "https://github.com/cloudposse/terraform-aws-ecs-container-definition"
221-
- name: "terraform-aws-lb-s3-bucket"
222-
description: "Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs."
223-
url: "https://github.com/cloudposse/terraform-aws-lb-s3-bucket"
224-
225-
226-
227-
228194
# Contributors to this project
229195
contributors:
230196
- name: "Josh Myers"
231197
github: "joshmyers"
198+
- name: "Erik Osterman"
199+
github: "osterman"
200+
- name: "Andriy Knysh"
201+
github: "aknysh"
202+
- name: "Igor Rodionov"
203+
github: "goruha"

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "ssh_key_pair" {
4545
}
4646

4747
module "webhooks" {
48-
source = "git::https://github.com/cloudposse/terraform-github-repository-webhooks.git?ref=tags/0.1.1"
48+
source = "git::https://github.com/cloudposse/terraform-github-repository-webhooks.git?ref=tags/0.3.0"
4949
github_token = "${local.github_oauth_token}"
5050
webhook_secret = "${local.atlantis_gh_webhook_secret}"
5151
webhook_url = "${local.atlantis_url}"
@@ -56,7 +56,7 @@ module "webhooks" {
5656
}
5757

5858
module "web_app" {
59-
source = "git::https://github.com/cloudposse/terraform-aws-ecs-web-app.git?ref=tags/0.18.0"
59+
source = "git::https://github.com/cloudposse/terraform-aws-ecs-web-app.git?ref=tags/0.19.0"
6060
namespace = "${var.namespace}"
6161
stage = "${var.stage}"
6262
name = "${var.name}"

0 commit comments

Comments
 (0)