Skip to content

Commit 589a8fd

Browse files
committed
fix: cf provider setup
1 parent f746b86 commit 589a8fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

released/dsag/betriebstag2024/exercises/EXERCISE6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ You've now successfully handled a configuration drift with Terraform.
101101

102102
You have two options now or you can do both:
103103

104-
- If you want to also setup a cloud foundry environment, move on to [Exercise 7 - Setup a Cloud Foundry environment (optional)](../EXERCISE7/README.md).
104+
- If you want to also setup a Cloud Foundry environment, move on to [Exercise 7 - Setup a Cloud Foundry environment (optional)](../EXERCISE7/README.md).
105105
- If you want to cleanup your environment, move on to [Exercise 8 - Cleanup](../EXERCISE8/README.md).

released/dsag/betriebstag2024/exercises/EXERCISE7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ As we are using an additional provider we must make Terraform aware of this in t
7070

7171
```terraform
7272
cloudfoundry = {
73-
source = "SAP/cloudfoundry"
74-
version = "1.0.0-rc1"
73+
source = "cloudfoundry/cloudfoundry"
74+
version = "1.1.0"
7575
}
7676
```
7777

0 commit comments

Comments
 (0)