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:
Ieva 2025-10-07 13:00:17 +01:00 committed by GitHub
parent 48930ceef0
commit ee4532925b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ resource "grafana_role" "my_new_role" {
description = "My test role" description = "My test role"
version = 1 version = 1
uid = "newroleuid" uid = "newroleuid"
global = true global = false
permissions { permissions {
action = "org.users:add" action = "org.users:add"