# StatiBeat publishes provider packages through this read-only network mirror.
# The include/exclude rules affect only the StatiBeat provider; other providers
# still use Terraform's normal direct installation method.
provider_installation {
  network_mirror {
    url     = "https://terraform.statibeat.com/"
    include = ["terraform.statibeat.com/statibeat/statuspage"]
  }

  direct {
    exclude = ["terraform.statibeat.com/statibeat/statuspage"]
  }
}
