Fix CI for OpenTofu, sanitize references, and update module/provider paths
Some checks failed
terraform-dev / plan (push) Has been cancelled
terraform-dev / apply (push) Has been cancelled
terraform-dev / validate (push) Has been cancelled

This commit is contained in:
Alexandr
2026-03-25 08:08:56 +03:00
parent 10e45ed3b3
commit 5023a1063e
11 changed files with 13 additions and 13 deletions

View File

@ -1,11 +1,11 @@
terraform {
required_providers {
grafana = {
source = "grafana/grafana"
source = "registry.terraform.io/grafana/grafana"
version = ">= 4.7.0"
}
vault = {
source = "hashicorp/vault"
source = "registry.terraform.io/hashicorp/vault"
}
}
}