chore(deps): update terraform grafana to v3 #554
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.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/terraform-provider-grafana (grafana)
v3.12.0
Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.11.0...v3.12.0
v3.11.0
Compare Source
What's Changed
Dependencies:
Fixes and features:
write
path ofteamHttpHeaders
in the json encoding by @eleijonmarck in https://github.com/grafana/terraform-provider-grafana/pull/1856teamHttpHeaders
in 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.0
Compare Source
What's Changed
Changes:
declare_incident
option 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.0
Compare Source
What's Changed
until
parameter tografana_oncall_on_call_shift
resource 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.2
Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.8.1...v3.8.2
v3.7.0
Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.6.0...v3.7.0
v3.6.0
Compare Source
What's Changed
file name too long
error when passing certs as literal values by @lornest in https://github.com/grafana/terraform-provider-grafana/pull/1719http
scheme 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.0
Compare Source
What's Changed
Grafana-Terraform-Provider-Version
header 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.0
Compare 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_panels
datasource 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.0
Compare Source
What's Changed
grafana_oncall_user_notification_rule
resource 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.1
Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v3.2.0...v3.2.1
v3.2.0
Compare Source
What's Changed
grafana_cloud_org_member
by @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.0
Compare Source
What's Changed
grafana_synthetic_monitoring_probe
: Adddisable_scripted_checks
by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1570grafana_cloud_stack
: Addinflux_url
by @julienduchesne in https://github.com/grafana/terraform-provider-grafana/pull/1580org_id
field 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.0
Compare 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_id
settingReasons 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_account
insteadgrafana_cloud_stack_api_key
: Usegrafana_cloud_stack_service_account
insteadgrafana_cloud_api_key
: Usegrafana_cloud_access_policy
insteadgrafana_oncall_action
: Usegrafana_oncall_outgoing_webhook
insteadRemoved deprecated attributes
grafana_report
dashboard definition converged onto a singledashboards {}
blockcloud_api_key
provider attribute: Usecloud_access_policy_token
insteadChangelog
org_id
config 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.4
Compare Source
What's Changed
grafana_cloud_api_key
ID 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.3
Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v2.19.2...v2.19.3
v2.19.2
Compare Source
What's Changed
Full Changelog: grafana/terraform-provider-grafana@v2.19.1...v2.19.2
v2.19.1
Compare 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.