Skip to content

Commit

Permalink
tf(deps): bump SAP/btp in /examples/kyma-on-btp-reuse-sa
Browse files Browse the repository at this point in the history
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](SAP/terraform-provider-btp@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 87ed2b9 commit 56202fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kyma-on-btp-reuse-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "1.7.0"
version = "1.8.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand Down
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "1.7.0"
version = "1.8.0"
}
jq = {
source = "massdriver-cloud/jq"
Expand Down

0 comments on commit 56202fc

Please sign in to comment.