FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

statuscake_test

The test resource allows StatusCake tests to be managed by Terraform.

Example Usage

resource "statuscake_test" "google" {
    website_name = "google.com"
    website_url = "www.google.com"
    test_type = "HTTP"
    check_rate = 300
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attribute is exported:


See the source of this document at Terraform.io