Skip to content

Commit 59b8427

Browse files
chore(deps): update terraform cloudposse/label/null to v0.24.1 (#122)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 898125e commit 59b8427

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nat-gateway.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "nat_label" {
22
source = "cloudposse/label/null"
3-
version = "0.24.0"
3+
version = "0.24.1"
44

55
attributes = ["nat"]
66

nat-instance.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "nat_instance_label" {
22
source = "cloudposse/label/null"
3-
version = "0.24.0"
3+
version = "0.24.1"
44

55
attributes = ["nat", "instance"]
66

private.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "private_label" {
22
source = "cloudposse/label/null"
3-
version = "0.24.0"
3+
version = "0.24.1"
44

55
attributes = ["private"]
66
tags = merge(

public.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "public_label" {
22
source = "cloudposse/label/null"
3-
version = "0.24.0"
3+
version = "0.24.1"
44

55
attributes = ["public"]
66
tags = merge(

0 commit comments

Comments
 (0)