This repository was archived by the owner on Dec 8, 2025. It is now read-only.
chore(deps): update terraform grafana to v3#554
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
0745b2b to
1803d2a
Compare
1803d2a to
b70bf72
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 2.0->~> 3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/terraform-provider-grafana (grafana)
v3.12.0Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.11.0...v3.12.0
v3.11.0Compare Source
What's Changed
Dependencies:
Fixes and features:
writepath ofteamHttpHeadersin the json encoding by @eleijonmarck in https://github.com/grafana/terraform-provider-grafana/pull/1856teamHttpHeadersin the json read path for data source by @eleijonmarck in https://github.com/grafana/terraform-provider-grafana/pull/1857New Contributors
Full Changelog: grafana/terraform-provider-grafana@v3.10.0...v3.11.0
v3.10.0Compare Source
What's Changed
Changes:
declare_incidentoption by @matiasb in https://github.com/grafana/terraform-provider-grafana/pull/1836Dependabot:
Full Changelog: grafana/terraform-provider-grafana@v3.9.0...v3.10.0
v3.9.0Compare Source
What's Changed
untilparameter tografana_oncall_on_call_shiftresource by @maltelehmann in https://github.com/grafana/terraform-provider-grafana/pull/1830New Contributors
Full Changelog: grafana/terraform-provider-grafana@v3.8.2...v3.9.0
v3.8.2Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.8.1...v3.8.2
v3.7.0Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.6.0...v3.7.0
v3.6.0Compare Source
What's Changed
file name too longerror when passing certs as literal values by @lornest in https://github.com/grafana/terraform-provider-grafana/pull/1719httpscheme in Grafana Cloud by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1718New Contributors
Full Changelog: grafana/terraform-provider-grafana@v3.5.0...v3.6.0
v3.5.0Compare Source
What's Changed
Grafana-Terraform-Provider-Versionheader by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1700Full Changelog: grafana/terraform-provider-grafana@v3.4.0...v3.5.0
v3.4.0Compare Source
What's Changed
grafana_oncall_user_notification_rule: Remove hardcoded user in test by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1671grafana_library_panelsdatasource by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1651New Contributors
Full Changelog: grafana/terraform-provider-grafana@v3.3.0...v3.4.0
v3.3.0Compare Source
What's Changed
grafana_oncall_user_notification_ruleresource by @joeyorlando in https://github.com/grafana/terraform-provider-grafana/pull/1653Full Changelog: grafana/terraform-provider-grafana@v3.2.1...v3.3.0
v3.2.1Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.2.0...v3.2.1
v3.2.0Compare Source
What's Changed
grafana_cloud_org_memberby @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1637New Contributors
Full Changelog: grafana/terraform-provider-grafana@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
grafana_synthetic_monitoring_probe: Adddisable_scripted_checksby @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1570grafana_cloud_stack: Addinflux_urlby @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1580org_idfield when set to default by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1584New Contributors
Full Changelog: grafana/terraform-provider-grafana@v3.0.0...v3.1.0
v3.0.0Compare Source
Recommended upgrade procedure
Bump the Terraform provider to the latest v2 version, apply, then upgrade to v3 and remove/replace all the attributes that have been removed.
Major features
Terraform Config Generation (Alpha version)
See the README here.
This is a new tool that will be developed further in future releases. It can be pointed at a Grafana instance or at a Grafana Cloud account and it will find all Grafana provider resources and generate the Terraform config for them.
Example (with the binary from this release):
./terraform-provider-grafana-generate_3.0.0_darwin_arm64 --output-dir test --grafana-auth=admin:admin --grafana-url=http://localhost:3000/Grafana 11 Support
Some Terraform features had to be removed to enable full Grafana 11 support. All resources should now work with Grafana 11 (Cloud, on-prem Enterprise and on-prem OSS).
Breaking changes
Removed the global (provider-level)
org_idsettingReasons for its removal:
Removed support for old ID separators (converge on
:)This makes importing resources consistent across all parts of the provider. For example:
Removed deprecated resources
grafana_api_key: Usegrafana_service_accountinsteadgrafana_cloud_stack_api_key: Usegrafana_cloud_stack_service_accountinsteadgrafana_cloud_api_key: Usegrafana_cloud_access_policyinsteadgrafana_oncall_action: Usegrafana_oncall_outgoing_webhookinsteadRemoved deprecated attributes
grafana_reportdashboard definition converged onto a singledashboards {}blockcloud_api_keyprovider attribute: Usecloud_access_policy_tokeninsteadChangelog
org_idconfig by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1516New Contributors
Full Changelog: grafana/terraform-provider-grafana@v2.19.0...v3.0.0
v2.19.4Compare Source
What's Changed
grafana_cloud_api_keyID compatibility from v2.12 to v2.19 by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1731Full Changelog: grafana/terraform-provider-grafana@v2.19.3...v2.19.4
v2.19.3Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v2.19.2...v2.19.3
v2.19.2Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v2.19.1...v2.19.2
v2.19.1Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v2.19.0...v2.19.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.