Home / Terraform

Terraform Mirror (provider registry, IaC) in Iran

Terraform mirror (provider registry, IaC) — For terraform init in Iran, Rasanegaar Mirror keeps providers close to your workspace.

About Terraform

The official Terraform registry distributes providers; each init can pull large binaries.

A local registry keeps the same providers reachable from inside Iran.

Terraform mirror in Iran

The Terraform registry at mirror.rasanegaar.com/terraform is live.

Landing page: /repos/terraform/.

On Rasanegaar Mirror

StatusAvailable
Size
Last update
URLhttps://mirror.rasanegaar.com/terraform/

Manual steps

  1. In the CLI config, set a network mirror to Rasanegaar:

    provider_installation { network_mirror { url = "https://mirror.rasanegaar.com/terraform/" } }

  2. Then init:

    terraform init

Updating Terraform in Iran

terraform init in Iran finishes faster against the local registry when the official registry is slow.