Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/label/null to v0.24.0 (#116)
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 016df06 commit 898125e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nat-gateway.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "nat_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.0"

attributes = ["nat"]

Expand Down
2 changes: 1 addition & 1 deletion nat-instance.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "nat_instance_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.0"

attributes = ["nat", "instance"]

Expand Down
2 changes: 1 addition & 1 deletion private.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "private_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.0"

attributes = ["private"]
tags = merge(
Expand Down
2 changes: 1 addition & 1 deletion public.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "public_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.0"

attributes = ["public"]
tags = merge(
Expand Down

0 comments on commit 898125e

Please sign in to comment.