Data Source: oci_identity_tag

This data source provides details about a specific Tag resource in Oracle Cloud Infrastructure Identity service.

Gets the specified tag’s information.

Example Usage

data "oci_identity_tag" "test_tag" {
	#Required
	tag_name = oci_identity_tag.test_tag.name
	tag_namespace_id = oci_identity_tag_namespace.test_tag_namespace.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: