We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce062d6 + c307c7f commit c58c77fCopy full SHA for c58c77f
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -14,7 +14,7 @@ body:
14
attributes:
15
label: What version of the Terraform provider are you using?
16
description: What version of the Terraform provider for SAP Cloud Connector are you using?
17
- placeholder: 1.0.0
+ placeholder: 1.1.0
18
validations:
19
required: true
20
- type: input
docs/index.md
@@ -14,7 +14,7 @@ terraform {
required_providers {
scc = {
source = "sap/scc"
- version = "1.0.0"
+ version = "1.1.0"
}
examples/provider/provider.tf
@@ -2,7 +2,7 @@ terraform {
2
3
4
5
6
7
8
0 commit comments