From 22261c102a6f853391d9c437fe313572dfbce94e Mon Sep 17 00:00:00 2001 From: Vipin Vijaykumar Date: Wed, 25 Sep 2024 07:30:42 +0200 Subject: [PATCH] chore: Prep works v1.7.0 Update reference to 1.7.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- docs/index.md | 2 +- examples/provider/provider.tf | 2 +- integration/provider.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index eb40ba14..58974245 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,7 @@ body: attributes: label: What version of the Terraform provider are you using? description: What version of the Terraform provider for SAP BTP are you using? - placeholder: 1.6.0 + placeholder: 1.7.0 validations: required: true - type: input diff --git a/docs/index.md b/docs/index.md index 8c1e7193..da2f99ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.6.0" + version = "1.7.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 499a1190..52394132 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.6.0" + version = "1.7.0" } } } diff --git a/integration/provider.tf b/integration/provider.tf index d3e95ad8..3ee2458b 100644 --- a/integration/provider.tf +++ b/integration/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.6.0" + version = "1.7.0" } } }