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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user