By default, if no check is specified, all checks in the account will be shown in the dashboard. If instead you want to show specific checks, you will need to use tags.You can see all the configuration options for checks, as well as more examples, on the official Terraform registry documentation page.
Private Dashboards
Available as of v1.6.6
You can control your dashboards private/public status via Terraform by setting the isPrivate
boolean to true
. If activated, upon applying your terraform configuration changes, you will be returned a read-only
key
value for the dashboard which represents the password you can use to login via the browser. The password is stored in your tfstate
file.