The latest Docs can be found on the Terraform Registry.
terraform {
required_providers {
statuscake = {
source = "thde/statuscake"
version = "A.B.C"
}
}
}
provider "statuscake" {
# Configuration options
}
If you wish to work on the provider, you'll first need Go.
$ cd terraform-provider-statuscake
$ make build
$ cd terraform-provider-statuscake
$ make test
$ cd terraform-provider-statuscake
$ make lint