Skip to content

Commit

Permalink
added constraint about >=11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eleijonmarck committed Nov 27, 2024
1 parent 26e8f05 commit ec3db57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Manages LBAC rules for a data source.
* [Official documentation](https://grafana.com/docs/grafana/latest/administration/data-source-management/teamlbac/)
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/datasource_lbac_rules/)
This resource requires Grafana >=11.0.0.
This resource requires Grafana >=11.4.0.
`,
Attributes: map[string]schema.Attribute{
"id": schema.StringAttribute{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func TestAccDataSourceConfigLBACRules_basic(t *testing.T) {
testutils.CheckEnterpriseTestsEnabled(t, ">=11.0.0")
testutils.CheckEnterpriseTestsEnabled(t, ">=11.4.0")

name := acctest.RandString(10)

Expand Down

0 comments on commit ec3db57

Please sign in to comment.