Skip to content
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

docs: use OpenTofu en developer experience doc #991

Merged
merged 2 commits into from
Mar 28, 2024
Merged
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
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
Loading