You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `A human-readable description for the role.`,
56
62
},
57
63
"deleted": {
58
-
Type: schema.TypeBool,
59
-
Computed: true,
64
+
Type: schema.TypeBool,
65
+
Computed: true,
66
+
Description: `The current deleted state of the role.`,
60
67
},
61
68
"name": {
62
-
Type: schema.TypeString,
63
-
Computed: true,
69
+
Type: schema.TypeString,
70
+
Computed: true,
71
+
Description: `The name of the role in the format projects/{{project}}/roles/{{role_id}}. Like id, this field can be used as a reference in other resources such as IAM role bindings.`,
0 commit comments