From 5a4d187843d3455567eb176ef6173ac20a5e1855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:33:57 +0000 Subject: [PATCH] chore(deps): bump e-breuninger/kustomization/module from 1.1.0 to 1.2.0 Bumps [e-breuninger/kustomization/module](https://github.com/e-breuninger/terraform-module-kustomization) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/e-breuninger/terraform-module-kustomization/releases) - [Changelog](https://github.com/e-breuninger/terraform-module-kustomization/blob/master/CHANGELOG.md) - [Commits](https://github.com/e-breuninger/terraform-module-kustomization/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: e-breuninger/kustomization/module dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 998aad8..b176a68 100644 --- a/main.tf +++ b/main.tf @@ -30,7 +30,7 @@ data "kustomization_overlay" "olm" { module "kustomization" { source = "e-breuninger/kustomization/module" - version = "1.1.0" + version = "1.2.0" kustomization_data_source = data.kustomization_overlay.olm }