Skip to content

fix: cf provider setup #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions released/dsag/betriebstag2024/exercises/EXERCISE7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down