Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/label/null to v0.22.1 (#110)
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 Dec 24, 2020
1 parent b9f5836 commit 7a5f206
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.0"
version = "0.22.1"

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.0"
version = "0.22.1"

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.0"
version = "0.22.1"

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.0"
version = "0.22.1"

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

0 comments on commit 7a5f206

Please sign in to comment.