Skip to content

Commit

Permalink
Update Terraform cloudposse/label/null to v0.24.1 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 4, 2021
1 parent e60a6d7 commit 7534e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accepter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "aws" {

module "accepter" {
source = "cloudposse/label/null"
version = "0.24.0"
version = "0.24.1"
attributes = ["accepter"]
tags = { "Side" = "accepter" }

Expand Down
2 changes: 1 addition & 1 deletion requester.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ provider "aws" {

module "requester" {
source = "cloudposse/label/null"
version = "0.24.0"
version = "0.24.1"
attributes = ["requester"]
tags = { "Side" = "requester" }

Expand Down

0 comments on commit 7534e10

Please sign in to comment.