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: website/docs/d/identity_cost_tracking_tags.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following attributes are exported:
47
47
*`is_cost_tracking` - Indicates whether the tag is enabled for cost tracking.
48
48
*`is_retired` - Indicates whether the tag is retired. See [Retiring Key Definitions and Namespace Definitions](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/taggingoverview.htm#Retiring).
49
49
*`name` - The name of the tag. The name must be unique across all tags in the namespace and can't be changed.
50
-
*`state` - The tag's current state. After creating a tag, make sure its `lifecycleState` is ACTIVE before using it. After retiring a tag, make sure its `lifecycleState` is INACTIVE before using it.
50
+
*`state` - The tag's current state. After creating a tag, make sure its `lifecycleState` is ACTIVE before using it. After retiring a tag, make sure its `lifecycleState` is INACTIVE before using it. If you delete a tag, you cannot delete another tag until the deleted tag's `lifecycleState` changes from DELETING to DELETED.
51
51
*`tag_namespace_id` - The OCID of the namespace that contains the tag definition.
52
52
*`tag_namespace_name` - The name of the tag namespace that contains the tag definition.
53
53
*`time_created` - Date and time the tag was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
Copy file name to clipboardExpand all lines: website/docs/d/identity_tag_default.html.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ The following attributes are exported:
34
34
35
35
*`compartment_id` - The OCID of the compartment. The tag default applies to all new resources that get created in the compartment. Resources that existed before the tag default was created are not tagged.
36
36
*`id` - The OCID of the tag default.
37
+
*`is_required` - If you specify that a value is required, a value is set during resource creation (either by the user creating the resource or another tag defualt). If no value is set, resource creation is blocked.
38
+
* If the `isRequired` flag is set to "true", the value is set during resource creation.
39
+
* If the `isRequired` flag is set to "false", the value you enter is set during resource creation.
40
+
41
+
Example: `false`
37
42
*`state` - The tag default's current state. After creating a `TagDefault`, make sure its `lifecycleState` is ACTIVE before using it.
38
43
*`tag_definition_id` - The OCID of the tag definition. The tag default will always assign a default value for this tag definition.
39
44
*`tag_definition_name` - The name used in the tag definition. This field is informational in the context of the tag default.
0 commit comments