Skip to content

Commit 21c0671

Browse files
committed
docs: update Terraform provider version
1 parent c7f019c commit 21c0671

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tutorials/btp-terraform-get-started/btp-terraform-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ time: 10
1212

1313
<!-- description --> Learn how to use Terraform to manage resources on SAP Business Technology Platform using code.
1414

15-
Terraform is an open-source tool that allows you to define and provide cloud infrastructure using a declarative configuration language. It helps in building, changing, and managing resources in a safe, consistent, and efficient manner.
15+
Terraform is an open-source tool that allows you to define and provide cloud infrastructure using a declarative configuration language. It helps in building, changing, and managing resources in a safe, consistent, and efficient manner.
1616

1717
By combining Terraform with [SAP Business Technology Platform (BTP)](https://www.sap.com/products/technology-platform.html), you can programmatically manage your BTP environments.
1818

@@ -39,7 +39,7 @@ terraform {
3939
required_providers {
4040
btp = {
4141
source = "SAP/btp"
42-
version = "~>1.3.0"
42+
version = "~>1.12.0"
4343
}
4444
}
4545
}
@@ -49,7 +49,7 @@ provider "btp" {
4949
}
5050
```
5151

52-
Replace `"4605efebtrial-ga"` with the subdomain of your own BTP trial account.
52+
Replace `"4605efebtrial-ga"` with the subdomain of your own BTP trial account.
5353

5454
After setting up the provider configuration, run the following command in the terminal to let Terraform download all necessary dependencies:
5555

41.3 KB
Loading

0 commit comments

Comments
 (0)