https://tf-registry.chronosphere.io hosts the chronosphere provider. This server implements the Terraform registry API.
To use the Chronosphere provider, include the following snippet in your terraform config:
terraform {
required_providers {
# Requires terraform 0.13 or newer.
chronosphere = {
version = ">= 0.12.0"
source = "tf-registry.chronosphere.io/chronosphere/chronosphere"
}
}
}
For more information about the provider, visit Chronosphere, and follow Docs -> Tools -> Terraform.