Skip to content

Commit 222cc01

Browse files
authored
Update tags.tf
added is_cost_tracking boolean and marked as optional.
1 parent f34e083 commit 222cc01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples/identity/tags.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ resource "oci_identity_tag" "tag1" {
1313
name = "tf-example-tag"
1414
tag_namespace_id = "${oci_identity_tag_namespace.tag-namespace1.id}"
1515

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.
1618
is_retired = false
1719
}
1820

0 commit comments

Comments
 (0)