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.
1 parent f34e083 commit 222cc01Copy full SHA for 222cc01
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