We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829f6be commit 8341110Copy full SHA for 8341110
.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: 0.1.0-beta1
+ placeholder: 1.0.0-rc1
18
validations:
19
required: true
20
- type: input
docs/index.md
@@ -14,7 +14,7 @@ terraform {
required_providers {
scc = {
source = "sap/scc"
- version = "0.4.0-beta1"
+ version = "1.0.0-rc1"
}
examples/provider/provider.tf
@@ -2,7 +2,7 @@ terraform {
2
3
4
5
6
7
8
0 commit comments