diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 58974245..307afc51 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.7.0 + placeholder: 1.8.0 validations: required: true - type: input diff --git a/docs/index.md b/docs/index.md index da2f99ad..6006b0aa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.7.0" + version = "1.8.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 52394132..1fc645e4 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.7.0" + version = "1.8.0" } } } diff --git a/integration/provider.tf b/integration/provider.tf index 3ee2458b..02fd0c3c 100644 --- a/integration/provider.tf +++ b/integration/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.7.0" + version = "1.8.0" } } }