We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f34e083 + 222cc01 commit 1491cdfCopy full SHA for 1491cdf
docs/examples/identity/tags.tf
@@ -13,6 +13,8 @@ resource "oci_identity_tag" "tag1" {
13
name = "tf-example-tag"
14
tag_namespace_id = "${oci_identity_tag_namespace.tag-namespace1.id}"
15
16
+ #Optional
17
+ is_cost_tracking = false // default is "false". The value "true" is only permitted if the associated tag namespace is part of the root compartment.
18
is_retired = false
19
}
20
0 commit comments