Skip to content

Commit

Permalink
fix: jsonnet dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed May 20, 2024
1 parent ed8043d commit 3c2a73d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/monitoring/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
terraform {
required_version = ">= 1.0"

required_providers {
grafana = {
source = "grafana/grafana"
version = "~> 2.0"
}
jsonnet = {
source = "alxrem/jsonnet"
version = "~> 2.3.0"
}
}
}

0 comments on commit 3c2a73d

Please sign in to comment.