#
Port Tests
To setup a monitor that checks that port 443 is listening:
resource "synthetigo_test" "this" resource "synthetigo_test" "this" {
name = "Some test name"
regions = ["uk"]
schedule = "* * * * *"
step {
name = "Port"
kind = "port"
options = {
host = "synthetigo.dev"
port = 443
}
}
}