Dashboards in Terraform
Dashboards allow you to display checks and their related metrics on a single page. They come with their own dedicated resource:
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.
Last updated on December 13, 2024. You can contribute to this documentation by editing this page on Github