Skip to content

Commit 19dad78

Browse files
committed
Update CHANGELOG for singular datasources
1 parent cbc00a6 commit 19dad78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Support for offline resizing of Boot Volume
77
- Support for tagging of Boot Volume
88
- Support for NAT Gateways
9+
- Support for singular data sources that can query individual Volumes, Subnets, and Instances
910
- Fields "assigned_entity_id" and "assigned_entity_type" have been added to Public IPs to allow you to distinguish Public IPs of the NAT Gateway.
1011

1112
### Fixed

website/docs/d/core_instance.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ The following attributes are exported:
5050
If you do not specify the fault domain, the system selects one for you. To change the fault domain for an instance, terminate it and launch a new instance in the preferred fault domain.
5151

5252
Example: `FAULT-DOMAIN-1`
53-
* `freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
53+
* `freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
54+
* `hostname_label` - The hostname for the instance VNIC's primary private IP.
5455
* `id` - The OCID of the instance.
5556
* `image` - Deprecated. Use `sourceDetails` instead.
5657
* `ipxe_script` - When a bare metal or virtual machine instance boots, the iPXE firmware that runs on the instance is configured to run an iPXE script to continue the boot process.

0 commit comments

Comments
 (0)