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
*`expression` - (Required) Textual representation of an expression in Common Expression Language syntax.
165
+
166
+
*`title` - (Required) A title for the expression, i.e. a short string describing its purpose.
167
+
168
+
*`description` - (Optional) An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
169
+
170
+
~> **Warning:** Terraform considers the `role` and condition contents (`title`+`description`+`expression`) as the
171
+
identifier for the binding. This means that if any part of the condition is changed out-of-band, Terraform will
172
+
consider it to be an entirely different resource and will treat it as such.
173
+
94
174
## Attributes Reference
95
175
96
176
In addition to the arguments listed above, the following computed attributes are
0 commit comments