Skip to content

Commit 451adf4

Browse files
github-actions[bot]danquackcrobby
authored
fix: [Docs] Add inherited_cluster_roles to docs (#2056)
Co-authored-by: Daniel Quackenbush <25692880+danquack@users.noreply.github.com> Co-authored-by: Chad Roberts <chad.roberts@suse.com>
1 parent db0748a commit 451adf4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/resources/global_role.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Provides a Rancher v2 Global Role resource. This can be used to create Global Ro
1111
```hcl
1212
# Create a new rancher2 Global Role
1313
resource "rancher2_global_role" "foo" {
14-
name = "foo"
15-
new_user_default = true
16-
description = "Terraform global role acceptance test"
14+
name = "foo"
15+
new_user_default = true
16+
description = "Terraform global role acceptance test"
17+
inherited_cluster_roles = ["projects-view"]
1718
1819
rules {
1920
api_groups = ["*"]

0 commit comments

Comments
 (0)