mirror of https://github.com/grafana/grafana.git
Docs: Set role global property to false in TF role provisioning example (#112099)
Set role global property to false in TF role provisioning example
This commit is contained in:
parent
48930ceef0
commit
ee4532925b
|
@ -174,7 +174,7 @@ resource "grafana_role" "my_new_role" {
|
|||
description = "My test role"
|
||||
version = 1
|
||||
uid = "newroleuid"
|
||||
global = true
|
||||
global = false
|
||||
|
||||
permissions {
|
||||
action = "org.users:add"
|
||||
|
|
Loading…
Reference in New Issue