Manages Grafana Cloud Plugin Installations.
Required access policy scopes:
resource "grafana_cloud_plugin_installation" "test" {
stack_slug = "stackname"
slug = "some-plugin"
version = "1.2.3"
}
slug
(String) Slug of the plugin to be installed.stack_slug
(String) The stack id to which the plugin should be installed.version
(String) Version of the plugin to be installed.id
(String) The ID of this resource.Import is supported using the following syntax:
terraform import grafana_cloud_plugin_installation.name "{{ stackSlug }}:{{ pluginSlug }}"