Skip to content

Commit 6b0ea26

Browse files
author
Steven Nemetz
committed
Upgrade label version
1 parent 6d98ec3 commit 6b0ea26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "enabled" {
3030

3131
module "label" {
3232
source = "devops-workflow/label/local"
33-
version = "0.1.0"
33+
version = "0.1.2"
3434
organization = "${var.organization}"
3535
name = "${var.name}"
3636
namespace-env = "${var.namespace-env}"
@@ -43,7 +43,7 @@ module "label" {
4343

4444
module "log_bucket" {
4545
source = "devops-workflow/label/local"
46-
version = "0.1.0"
46+
version = "0.1.2"
4747
organization = "${var.organization}"
4848
name = "${var.log_bucket_name}"
4949
namespace-env = true

0 commit comments

Comments
 (0)