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).

  1. Log in to the Infrastructure Management console.
  2. Go to Settings > Application Settings.
  3. Go to Zones > "Default Zone" (current).
  4. Click on Server "EVM [1]" (current).
  5. Click Advanced.
  6. Search for opentofu_worker and set the value of opentofu_offline to true to support the air-gapped environment (offline):
    :opentofu_worker:
      :container_image: <registry>/cp/cp4waiops/infra-mgmt-opentofu-runner:v4.8.0
      :heartbeat_timeout:
      :opentofu_offline: true
    
    Where <registry> is the name of your registry where images are stored.