Pin grafana and vault provider versions for offline init
Some checks failed
terraform-dev / validate (push) Successful in 4s
terraform-dev / plan (push) Failing after 4s
terraform-dev / apply (push) Has been skipped

This commit is contained in:
Alexandr
2026-03-25 08:40:14 +03:00
parent 132c81320e
commit f51460c61f
2 changed files with 6 additions and 4 deletions

View File

@ -2,10 +2,11 @@ terraform {
required_providers { required_providers {
grafana = { grafana = {
source = "grafana/grafana" source = "grafana/grafana"
version = ">= 4.7.0" version = "= 4.28.1"
} }
vault = { vault = {
source = "hashicorp/vault" source = "hashicorp/vault"
version = "= 5.3.0"
} }
} }
} }

View File

@ -2,10 +2,11 @@ terraform {
required_providers { required_providers {
grafana = { grafana = {
source = "grafana/grafana" source = "grafana/grafana"
version = ">= 4.7.0" version = "= 4.28.1"
} }
vault = { vault = {
source = "hashicorp/vault" source = "hashicorp/vault"
version = "= 5.3.0"
} }
} }
} }