Skip to content

Commit 467807e

Browse files
committed
Update automation_management_providers.md
1 parent acd828c commit 467807e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

managing_providers/_topics/automation_management_providers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,16 @@ runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/contain
386386

387387
Where `OpenTofu_image` is the name of your OpenTofu image.
388388

389+
``` bash
390+
runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/infra-mgmt-opentofu-runner_PR-110-204033d-20240521-x86_64.tar'
391+
```
392+
393+
You also need to set the docker image name in advanced settings page before enabling the server role. Navigate to the **Settings** > **Application Settings** in {{ site.data.product.title_short }} UI and set the value for `container_image` field.
394+
395+
An example value of this field is `container_image: docker.io/manageiq/opentofu-runner:latest`.
396+
397+
## Usage of Embedded Terraform (OpenTofu)
398+
389399
The following sections show the usage of Embedded Terraform in {{ site.data.product.title_short }}. The following sections apply to {{ site.data.product.title_short }} that is deployed as a containerized deployment (podified) and {{ site.data.product.title_short }} that is deployed as a virtual machine appliance:
390400

391401
1. Enable the Embedded Terraform server role.

0 commit comments

Comments
 (0)