You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
- Support for encrypting the contents of an Object Storage bucket using a Key Management Service key
11
11
- Support for specifying a Key Management Service key when launching a compute instance in the Compute service
12
12
- Support for specifying a Key Management Service key when backing up or restoring a block storage volume in the Block Volume service
13
+
- Support for cost tracking in tags
13
14
14
15
### Fixed
15
16
- Data type for properties with type as TypeSet to TypeList in following datasources: `oci_core_route_tables`, `oci_core_security_lists`, `oci_core_volume`, and `oci_core_service_gateways` to allow referencing by indexes in Terraform configs.
resource.TestCheckResourceAttr(resourceName, "description", "This tag will show the cost center that will be used for billing of associated resources."),
Copy file name to clipboardExpand all lines: website/docs/d/identity_tag_namespaces.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ data "oci_identity_tag_namespaces" "test_tag_namespaces" {
28
28
29
29
The following arguments are supported:
30
30
31
-
*`compartment_id` - (Required) The OCID of the compartment (remember that the tenancy is simply the root compartment).
31
+
*`compartment_id` - (Required) The OCID of the parent compartment (remember that the tenancy is simply the root compartment).
32
32
*`include_subcompartments` - (Optional) An optional boolean parameter indicating whether to retrieve all tag namespaces in subcompartments. If this parameter is not specified, only the tag namespaces defined in the specified compartment are retrieved.
0 commit comments