From 1eb542645666fe309a21ef6efffd4bb0afaae69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:03:54 +0000 Subject: [PATCH] tf(deps): bump SAP/btp in /examples/kyma-on-btp-new-sa (#47) Bumps [SAP/btp](https://github.com/SAP/terraform-provider-btp) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/SAP/terraform-provider-btp/releases) - [Changelog](https://github.com/SAP/terraform-provider-btp/blob/main/.goreleaser.yml) - [Commits](https://github.com/SAP/terraform-provider-btp/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: SAP/btp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/kyma-on-btp-new-sa/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kyma-on-btp-new-sa/main.tf b/examples/kyma-on-btp-new-sa/main.tf index e027c01..2d8ec1c 100644 --- a/examples/kyma-on-btp-new-sa/main.tf +++ b/examples/kyma-on-btp-new-sa/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.7.0" + version = "1.8.0" } jq = { source = "massdriver-cloud/jq"