Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 194 Bytes

File metadata and controls

15 lines (13 loc) · 194 Bytes

Configure Grafana with Terraform

run these commands:

$ terraform init
$ terraform validate
$ terraform fmt
$ terraform plan
$ terraform apply

for delete:

$ terraform destroy