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
Copy file name to clipboardExpand all lines: docs/resources/web_application.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1014,14 +1014,15 @@ Required:
1014
1014
<aid="nestedblock--user_tags--tag"></a>
1015
1015
### Nested Schema for `user_tags.tag`
1016
1016
1017
-
Required:
1018
-
1019
-
-`id` (Number) A unique ID among all userTags and properties of this application. Minimum value is 1.
1020
-
1021
1017
Optional:
1022
1018
1023
1019
-`cleanup_rule` (String) Cleanup rule expression of the userTag
1020
+
-`id` (Number) A unique ID among all userTags and properties of this application. Minimum value is 1. Do not set that attribute anymore - terraform will handle it. Kept for backwards compatibility
1024
1021
-`ignore_case` (Boolean) If `true`, the value of this tag will always be stored in lower case. Defaults to `false`.
1025
1022
-`metadata_id` (Number) If it's of type metaData, metaData id of the userTag
1026
1023
-`server_side_request_attribute` (String) The ID of the RrequestAttribute for the userTag
1024
+
1025
+
Read-Only:
1026
+
1027
+
-`unique_id` (Number) A unique ID among all userTags and properties of this application. Minimum value is 1.
0 commit comments