From 86fc8e6ce9a28732cf80823220b70d4f5b591a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Sep 2021 05:00:23 +0000 Subject: [PATCH] Bump github_ssh_without_protocol from 0.4.0 to 0.9.2 Bumps [github_ssh_without_protocol](https://github.com/cloudposse/terraform-aws-jenkins) from 0.4.0 to 0.9.2. - [Release notes](https://github.com/cloudposse/terraform-aws-jenkins/releases) - [Commits](https://github.com/cloudposse/terraform-aws-jenkins/compare/tags/0.4.0...tags/0.9.2) --- updated-dependencies: - dependency-name: github_ssh_without_protocol 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 0af2cb4..d3c6962 100644 --- a/main.tf +++ b/main.tf @@ -133,7 +133,7 @@ module "duplicate_label" { } module "github_ssh_without_protocol" { - source = "git@github.com:cloudposse/terraform-aws-jenkins.git?ref=tags/0.4.0//some/dir" + source = "git@github.com:cloudposse/terraform-aws-jenkins.git?ref=tags/0.9.2//some/dir" namespace = "${var.namespace}" stage = "${var.stage}" name = "${var.name}"