diff --git a/examples/simple/ctx.tf b/examples/simple/ctx.tf index c2846f2..0a0a784 100644 --- a/examples/simple/ctx.tf +++ b/examples/simple/ctx.tf @@ -1,6 +1,6 @@ module "context" { source = "bendoerr-terraform-modules/context/null" - version = "0.5.0" + version = "0.5.1" namespace = var.namespace role = "tf-lambda" region = "us-east-1" diff --git a/main.tf b/main.tf index 15a8b64..39e724f 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ module "label" { source = "bendoerr-terraform-modules/label/null" - version = "0.4.2" + version = "0.5.0" context = var.context name = var.name }