Skip to content

Commit

Permalink
docs: use OpenTofu en developer experience doc (#991)
Browse files Browse the repository at this point in the history
[#187200917](https://www.pivotaltracker.com/story/show/187200917)

Co-authored-by: Felisia Martini <fmartini@pivotal.io>
  • Loading branch information
zucchinidev and FelisiaM authored Mar 28, 2024
1 parent 921224a commit 9197c34
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/user-guides/developer-experience.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Improve your developer experience through examples and valuable tips that make your day-to-day easy.

> Note: OpenTofu replaced Terraform in the CSB starting with version 1.0.0.
> There may still be some references to Terraform in the codebase.
### Prerequisites

* Familiarity with the command line.
Expand Down Expand Up @@ -55,7 +58,7 @@ Explore the available commands using the command `csb help`.

```shell
{▸} ~/workspace/csb/cloud-service-broker on main ✓ csb help
An OSB compatible service broker for that leverages Terraform for service brokering
An OSB compatible service broker for that leverages OpenTofu for service brokering

Usage:
cloud-service-broker [flags]
Expand All @@ -77,7 +80,7 @@ Available Commands:
serve-docs Just serve the docs normally available on the broker
service-keys EXPERIMENTAL AND SUBJECT TO BREAKING CHANGE: list service keys for a service instance
services EXPERIMENTAL AND SUBJECT TO BREAKING CHANGE: list service instances
tf Interact with the Terraform backend
tf Interact with the OpenTofu backend
update-service EXPERIMENTAL AND SUBJECT TO BREAKING CHANGE: update a service instance
version Show the version info of the broker

Expand Down Expand Up @@ -192,7 +195,7 @@ csb-aws-s3-bucket default
```

You may be thinking about what the command is doing before showing the available services and plans.
Basically, it downloads the necessary third parties such as Terraform providers, and packs the definitions of the
Basically, it downloads the necessary third parties such as OpenTofu providers, and packs the definitions of the
available services.

Now, you are ready to advance to the next step and create a new service on AWS.
Expand Down

0 comments on commit 9197c34

Please sign in to comment.