Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 57a2359

Browse files
Update UI references from Terraform to OpenTofu in documentation
Co-authored-by: JohannesRudolph <[email protected]>
1 parent 23ab1c7 commit 57a2359

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/administration.building-blocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ in the future and even let you develop your own implementation types for Buildin
7676
to your customers. It can also be an easy option to evaluate if a need for a new building block definition exists.
7777
You just create a manual block and observe how many application teams use the definition.
7878
You can switch the definition to an automated building block in the future.
79-
- Terraform: this is the option to automate your Building Block. You only need a Terraform module and meshStack will
79+
- OpenTofu: this is the option to automate your Building Block. You only need an OpenTofu module and meshStack will
8080
run this configuration everytime a user adds a new Building Block to a meshTenant.
8181
In a later step you can setup Inputs for your
82-
Terraform script. There is also a [section](#developing--deploying-a-terraform-building-block)
82+
OpenTofu script. There is also a [section](#developing--deploying-a-terraform-building-block)
8383
below with further tips for developing Terraform Building Blocks.
8484

85-
If you pick Terraform you have to enter a few further values:
85+
If you pick OpenTofu you have to enter a few further values:
8686

87-
- Terraform Version: the version your Terraform modules shall be executed with.
87+
- OpenTofu Version: the version your OpenTofu modules shall be executed with.
8888
- Git Repository URL: the URL of the Git repository where your Terraform module resides.
8989
- (Optional) Git Repository Path: the specific directory in the repository where your Terraform module resides.
9090
- (Optional) Private SSH Key: This is needed and the only option to access private repositories.

docs/meshstack.building-aws-quickstart-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Before starting, ensure you have the following:
6161
- Notification user: receive notifications when things require their attention. This is set to your user by default.
6262
- Support & documentation: you can enter URLs that will be visible to users in the marketplace to request support or read more documentation.
6363

64-
6. **Entering Terraform implementation details**
64+
6. **Entering OpenTofu implementation details**
6565

66-
If still on the general page, click “Next” and let’s start filling in all details for running Terraform as part of this building block.
66+
If still on the general page, click “Next” and let’s start filling in all details for running OpenTofu as part of this building block.
6767

6868
You will be asked which implementation type to use. Pick “Terraform” here. Additional settings will show up.
6969

70-
- Enter a desired Terraform version or leave the default value.
70+
- Enter a desired OpenTofu version or leave the default value.
7171

7272
> 💡Any versions entered over 1.5.5 will run using [OpenTofu](https://opentofu.org/).
7373
> This is an open-source, friendlier alternative of Terraform.
@@ -100,7 +100,7 @@ Before starting, ensure you have the following:
100100
101101
Click “Next” again, and you should see a modal pop-up with imported inputs, authentication, and outputs.
102102

103-
meshStack read out the Terraform files and automatically generated fitting inputs based on the defined variables, outputs, and providers.
103+
meshStack read out the OpenTofu files and automatically generated fitting inputs based on the defined variables, outputs, and providers.
104104

105105
Leave all of them checked and click “Add selected”.
106106

docs/meshstack.how-to.create-your-own-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ is not usable yet. Let's continue...
5151
- Supported Platform: select the platform type you created in Step 1.3
5252
- How often assigned: Once
5353
- Implementation Type: Terraform
54-
- Terraform Version: enter what version you used to write the Terraform
54+
- OpenTofu Version: enter what version you used to write the OpenTofu
5555
- Git Repository URL: point this to the Git repository where your Terraform is
5656
- Git Repository Path: if your Terraform files are under a directory in the repository, enter that path here
5757
- Git Commit Hash: if you want, enter a Git commit hash so that meshStack will always use the Terraform files at this commit

docs/new-guide-how-to-provide-your-own-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Make sure to configure the following details:
4747
- Supported Platform: select the platform type you created in the previous step.
4848
- How often assigned: Once
4949
- Implementation Type: Terraform
50-
- Terraform Version: enter what version you used to write the Terraform
50+
- OpenTofu Version: enter what version you used to write the OpenTofu
5151
- Git Repository URL: point this to the Git repository where your Terraform is
5252
- Git Repository Path: if your Terraform files are under a directory in the repository, enter that path here
5353
- Git Commit Hash: if you want, enter a Git commit hash so that meshStack will always use the Terraform files at this commit

0 commit comments

Comments
 (0)