We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f27469 commit b05fa59Copy full SHA for b05fa59
docs/resources/role.md
@@ -70,7 +70,7 @@ Required:
70
71
Optional:
72
73
-- `scope` (String) Scope to restrict the action to a set of resources (for example: `users:*` or `roles:customrole1`)
+- `scope` (String) Scope to restrict the action to a set of resources (for example: `users:*` or `roles:customrole1`) Defaults to ``.
74
75
## Import
76
grafana/resource_role.go
@@ -86,6 +86,7 @@ func ResourceRole() *schema.Resource {
86
"scope": {
87
Type: schema.TypeString,
88
Optional: true,
89
+ Default: "",
90
Description: "Scope to restrict the action to a set of resources (for example: `users:*` or `roles:customrole1`)",
91
},
92
0 commit comments