Skip to content

Commit d75a970

Browse files
committed
Minor change
1 parent acf972f commit d75a970

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_data/product.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ operator_directory: https://github.com/ManageIQ/manageiq-pods/tree/master/manage
1212
operator_namespace: manageiq.org
1313
workflow_service_account: manageiq-default
1414
import_opentofu: runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/<OpenTofu_image>'
15+
opentofu_image_name: `<OpenTofu_image>`
1516
container_image: docker.io/manageiq/opentofu-runner:latest

managing_providers/_topics/automation_management_providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Use the following command to import the OpenTofu image on your appliance server.
384384
{{ site.data.product.import_opentofu }}
385385
```
386386

387-
Where `OpenTofu_image` is the name of your OpenTofu image.
387+
Where {{ site.data.product.opentofu_image_name }} is the name of your OpenTofu image.
388388

389389
You also need to set the docker image name in advanced settings before enabling the server role. Navigate to the **Settings** > **Application Settings** in {{ site.data.product.title_short }} UI and set the value for `workers/worker_base/opentofu_worker/container_image` field.
390390

0 commit comments

Comments
 (0)