You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/part2/20-custom-module.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ You can find the code for this step in the [custom-slz](https://github.com/IBM/i
19
19
Notice these two settings in the `main.tf` file:
20
20
21
21
- The `override_json_string` input variable takes the full JSON definition. In this example, the JSON that is passed to the module through the `templatefile` function first to 'inject' the prefix. That process is done to ensure uniqueness of the resource group names in the account, as mentioned in the first item.
22
-
- The `source` is set to the standard VSI pattern and points to the version 4.5.4 (the most recent version at the time that this lab was written).
22
+
- The `source` is set to the standard VSI pattern and points to the version 4.6.0 (the most recent version at the time that this lab was written).
1. Add a required caption and description and click **Update**.
132
+
131
133
1. In the **Step 2 - add prerequisites** pane, leave the input as blank, and click **Next**.
132
134
133
135
In this step, you can identify prerequisite deployable architectures that must be deployed. However, in this lab, our module deploys the full infrastructure, and you don't need to identify other deployable architectures that are required.
@@ -165,10 +167,10 @@ Before the deployable architecture is published to others to see, it is validate
165
167
```
166
168
167
169
1. In **Step 2 - Input variable**, specify the following parameters:
168
-
- `ibmcloud_api_key`: Input the API key that was provided to you
169
-
- `region`: Set to eu-gb
170
+
- `ibmcloud_api_key`: Untoggle *Use a secret* and input the API key that you generated.
171
+
- `region`: Set to `eu-gb`.
170
172
- `ssh_key`: Copy and paste the SSH key that was generated in previous step (content of `lab2-catalog-key.pub`).
171
-
- `ssh_private_key`: Copy and paste the private key that was generated in previous step (content of `lab2-catalog-key`) in the [heredoc format](https://en.wikipedia.org/wiki/Here_document). You should end up with a string looking like:
173
+
- `ssh_private_key`: Untoggle *Use a secret* and copy and paste the private key that was generated in previous step (content of `lab2-catalog-key`) in the [heredoc format](https://en.wikipedia.org/wiki/Here_document). You should end up with a string looking like:
0 commit comments