scaleway/cockpit-terraform
HCL
Captured source
source ↗published May 27, 2024seen 5dcaptured 8hhttp 200method plain
scaleway/cockpit-terraform
Description: This repository contains a Terraform configuration file to create Cockpit resources.
Language: HCL
Stars: 0
Forks: 1
Open issues: 0
Created: 2024-05-27T13:31:53Z
Pushed: 2024-06-06T15:14:52Z
Default branch: main
Fork: no
Archived: no
README:
Using Cockpit with Terraform
Overview
This repository contains a main.tf file containing code to create Cockpit resources. The aim of this repository is to provide a configuration file in which there are only a few edits to make.
In the configuration file we:
- define the Scaleway Project ID where the resources will be created
- define the Scaleway and Grafana Terraform providers to use
- use the Cockpit of the Project ID we have previously defined
- create a Grafana user with the editor role
- create a Grafana folder in the Grafana user interface to see our metrics
- create a push token to query and push metrics in the defined Project
- create a metric data source
Find the whole tutorial on the Scaleway documentation website.