Skip to content

Commit

Permalink
Bump version to v0.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Zimmer <[email protected]>
  • Loading branch information
moritzzimmer committed Dec 14, 2022
1 parent 4e5f779 commit 6d414cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Fargate ECS Terraform Module

![CI](https://github.com/stroeer/terraform-aws-ecs-fargate/workflows/static%20analysis/badge.svg) [![Terraform Registry](https://img.shields.io/badge/Terraform%20Registry-0.26.0-blue.svg)](https://registry.terraform.io/modules/stroeer/ecs-fargate/aws/0.26.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
![CI](https://github.com/stroeer/terraform-aws-ecs-fargate/workflows/static%20analysis/badge.svg) [![Terraform Registry](https://img.shields.io/badge/Terraform%20Registry-0.27.0-blue.svg)](https://registry.terraform.io/modules/stroeer/ecs-fargate/aws/0.27.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)

A somewhat opinionated Terraform module to create Fargate ECS resources on AWS.

Expand Down Expand Up @@ -134,7 +134,7 @@ data "aws_region" "current" {}
module "service" {
source = "stroeer/ecs-fargate/aws"
version = "0.26.0"
version = "0.27.0"
assign_public_ip = true
cluster_id = aws_ecs_cluster.main.id
Expand Down
4 changes: 2 additions & 2 deletions docs/part1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Fargate ECS Terraform Module

![CI](https://github.com/stroeer/terraform-aws-ecs-fargate/workflows/static%20analysis/badge.svg) [![Terraform Registry](https://img.shields.io/badge/Terraform%20Registry-0.26.0-blue.svg)](https://registry.terraform.io/modules/stroeer/ecs-fargate/aws/0.26.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)
![CI](https://github.com/stroeer/terraform-aws-ecs-fargate/workflows/static%20analysis/badge.svg) [![Terraform Registry](https://img.shields.io/badge/Terraform%20Registry-0.27.0-blue.svg)](https://registry.terraform.io/modules/stroeer/ecs-fargate/aws/0.27.0) ![Terraform Version](https://img.shields.io/badge/Terraform-0.12+-green.svg) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)

A somewhat opinionated Terraform module to create Fargate ECS resources on AWS.

Expand Down Expand Up @@ -134,7 +134,7 @@ data "aws_region" "current" {}
module "service" {
source = "stroeer/ecs-fargate/aws"
version = "0.26.0"
version = "0.27.0"
assign_public_ip = true
cluster_id = aws_ecs_cluster.main.id
Expand Down

0 comments on commit 6d414cc

Please sign in to comment.