Skip to content

Commit 1307c0f

Browse files
committed
doc changes
1 parent 25f30ad commit 1307c0f

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

website/docs/d/is_flow_logs.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Review the argument references that you can specify for your data source.
4848
- `vpc` - (String) The ID of the VPC this flow log collector resides in
4949
- `resource_group` - (String) The ID of the Resource group this flow log collector belongs to
5050
- `target` - (String) The ID of the target this collector is collecting flow logs for.
51-
- `target_resource_type` - (String) The target resource type for this flow log collector. Available options are `instance`, `network_interface`, `subnet`, `vpc`, `virtual_network_interface`
51+
- `target_resource_type` - (String) The target resource type for this flow log collector. Available options are `instance`, `instance_network_attachment`, `network_interface`, `subnet`, `vpc`, `virtual_network_interface`
5252

5353
## Attribute reference
5454
Review the attribute references that you can access after you retrieve your data source.

website/docs/d/is_virtual_network_interface_ip.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ After your data source is created, you can read values from the following attrib
3333
- `address` - (String) The IP address.If the address has not yet been selected, the value will be `0.0.0.0`.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
3434
- `href` - (String) The URL for this reserved IP.
3535
- `id` - (String) The unique identifier for this reserved IP.
36+
- `deleted` - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
37+
Nested scheme for **deleted**:
38+
- `more_info` - (String) Link to documentation about deleted resources.
3639
- `name` - (String) The name for this reserved IP. The name is unique across all reserved IPs in a subnet.
3740
- `resource_type` - (String) The resource type.

website/docs/d/is_virtual_network_interface_ips.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ After your data source is created, you can read values from the following attrib
3434
Nested schema for **reserved_ips**:
3535
- `address` - (String) The IP address.If the address has not yet been selected, the value will be `0.0.0.0`.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
3636
- `href` - (String) The URL for this reserved IP.
37+
- `deleted` - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
38+
Nested scheme for **deleted**:
39+
- `more_info` - (String) Link to documentation about deleted resources.
3740
- `id` - (String) The unique identifier for this reserved IP.
3841
- `name` - (String) The name for this reserved IP. The name is unique across all reserved IPs in a subnet.
3942
- `resource_type` - (String) The resource type.

website/docs/r/is_flow_log.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ Review the argument references that you can specify for your resource.
8888
**&#x2022;** If the target is an instance network attachment, flow logs will be collected for that instance network attachment.</br>
8989
**&#x2022;** If the target is an instance network interface, flow logs will be collected for that instance network interface.</br>
9090
**&#x2022;** If the target is a virtual network interface, flow logs will be collected for the the virtual network interface's `target` resource if the resource is: - an instance network attachment.</br>
91-
**&#x2022;** If the target is a virtual server instance, flow logs will be collected for all network attachments or network interfaces on that instance.- If the target is a subnet, flow logs will be collected for all instance network interfaces and virtual network interfaces attached to that subnet.</br>
91+
**&#x2022;** If the target is a virtual server instance, flow logs will be collected for all network attachments or network interfaces on that instance.</br>
92+
**&#x2022;** If the target is a subnet, flow logs will be collected for all instance network interfaces and virtual network interfaces attached to that subnet.</br>
9293
**&#x2022;** If the target is a VPC, flow logs will be collected for all instance network interfaces and virtual network interfaces attached to all subnets within that VPC. If the target is an instance, subnet, or VPC, flow logs will not be collectedfor any instance network attachments or instance network interfaces within the targetthat are themselves the target of a more specific flow log collector.</br>
9394
- `storage_bucket` - (Required, Forces new resource, String) The name of the IBM Cloud Object Storage bucket where the collected flows will be logged. The bucket must exist and an IAM service authorization must grant IBM Cloud flow logs resources of VPC infrastructure services writer access to the bucket.
9495
- `active` - (Optional, String) Indicates whether the collector is active. If **false**, this collector is created in inactive mode. Default value is true.

website/docs/r/is_virtual_network_interface_ip.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ You can specify the following arguments for this resource.
3131
After your resource is created, you can read values from the listed arguments and the following attributes.
3232

3333
- `address` - (String) The IP address.If the address has not yet been selected, the value will be `0.0.0.0`.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
34+
- `deleted` - (List) If present, this property indicates the referenced resource has been deleted and provides some supplementary information.
35+
Nested scheme for **deleted**:
36+
- `more_info` - (String) Link to documentation about deleted resources.
3437
- `href` - (String) The URL for this reserved IP.
3538
- `id` - (String) The unique identifier for this reserved IP.
3639
- `name` - (String) The name for this reserved IP. The name is unique across all reserved IPs in a subnet.

0 commit comments

Comments
 (0)