Terraform-runner in air-gapped environment (offline)
To support Terraform runner in an air-gapped (offline) environment you need to perform some additional configurations in IBM Infrastructure Management.
Use the following steps to support Terraform-runner in an air-gapped environment (offline).
- Log in to the Infrastructure Management console.
- Go to Settings > Application Settings.
- Go to Zones > "Default Zone" (current).
- Click on Server "EVM [1]" (current).
- Click Advanced.
- Search for opentofu_worker and set the value of opentofu_offline to
true
to support the air-gapped environment (offline):
Where:opentofu_worker: :container_image: <registry>/cp/cp4waiops/infra-mgmt-opentofu-runner:v4.8.0 :heartbeat_timeout: :opentofu_offline: true
<registry>
is the name of your registry where images are stored.