Skip to content

Commit

Permalink
chore: Relax TF provider version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed Aug 28, 2024
1 parent ef2a381 commit b37fb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/providers.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
terraform {
required_providers {
grafana = {
source = "grafana/grafana"
version = "3.7.0"
source = "grafana/grafana"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
grafana = {
source = "grafana/grafana"
version = "3.7.0"
version = "~> 3.2"
}
}
required_version = ">= 1.5"
Expand Down

0 comments on commit b37fb9c

Please sign in to comment.