diff --git a/released/dsag/betriebstag2024/exercises/EXERCISE6/README.md b/released/dsag/betriebstag2024/exercises/EXERCISE6/README.md index fcc1b5b5..59d332f6 100644 --- a/released/dsag/betriebstag2024/exercises/EXERCISE6/README.md +++ b/released/dsag/betriebstag2024/exercises/EXERCISE6/README.md @@ -101,5 +101,5 @@ You've now successfully handled a configuration drift with Terraform. You have two options now or you can do both: -- If you want to also setup a cloud foundry environment, move on to [Exercise 7 - Setup a Cloud Foundry environment (optional)](../EXERCISE7/README.md). +- If you want to also setup a Cloud Foundry environment, move on to [Exercise 7 - Setup a Cloud Foundry environment (optional)](../EXERCISE7/README.md). - If you want to cleanup your environment, move on to [Exercise 8 - Cleanup](../EXERCISE8/README.md). diff --git a/released/dsag/betriebstag2024/exercises/EXERCISE7/README.md b/released/dsag/betriebstag2024/exercises/EXERCISE7/README.md index 8792470c..a7272dbf 100644 --- a/released/dsag/betriebstag2024/exercises/EXERCISE7/README.md +++ b/released/dsag/betriebstag2024/exercises/EXERCISE7/README.md @@ -70,8 +70,8 @@ As we are using an additional provider we must make Terraform aware of this in t ```terraform cloudfoundry = { - source = "SAP/cloudfoundry" - version = "1.0.0-rc1" + source = "cloudfoundry/cloudfoundry" + version = "1.1.0" } ```