File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ resource "oci_identity_tag" "tag1" {
1414 tag_namespace_id = " ${ oci_identity_tag_namespace . tag-namespace1 . id } "
1515
1616 # 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
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
1919}
2020
2121output "tag_namespaces" {
Original file line number Diff line number Diff line change 1- box : golang:1.9
1+ box : golang:1.11
22build :
33 base-path : /go/src/github.com/terraform-providers/terraform-provider-oci
44 steps :
You can’t perform that action at this time.
0 commit comments