Skip to content

Commit 1491cdf

Browse files
authored
Merge pull request #699 from rramge/patch-2
Update tags.tf
2 parents f34e083 + 222cc01 commit 1491cdf

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)