Skip to content

Commit c71b2c2

Browse files
dr-wesleybriangustafson
authored andcommitted
Adds ToC for markdown files (#268)
* refreshed, current as of today * changed baremetal to oci * verified accuracy, added vnic_attachment in /resources * 1st draft, merge datasources and resources into one table * merge datasources and resources links into one table * remove from branch * single toc for datasources and resources * doh file ext .. * rename * reworked format * test output * intro added * changed title, intro, removed dup * changed column headings * column headings
1 parent ffb6a74 commit c71b2c2

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

docs/Table of Contents.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Table of Contents
2+
3+
This table lists all of the available OCI resources and data sources.
4+
5+
Data Sources | OCI Resources
6+
--|--
7+
**Core** | **Core**
8+
[console_history](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/console_history.md) |[console_history](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/console_history.md)
9+
[cpes](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/cpes.md) |[cpe](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/cpe.md)
10+
[dhcp_options](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/dhcp_options.md) |[dhcp_option](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/dhcp_option.md)
11+
[drg_attachments](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/drg_attachments.md) |[drg](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/drg.md)
12+
[drgs](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/drgs.md) |[drg_attachment](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/drg_attachment.md)
13+
[images](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/images.md) |[image](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/image.md)
14+
[instance_credentials](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/instance_credentials.md) |[instance](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/instance.md)
15+
[instances](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/instances.md) |[internet_gateway](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/internet_gateway.md)
16+
[internet_gateways](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/internet_gateways.md) |[ipsec_connection](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/ipsec_connection.md)
17+
[ipsec_connection_device_config](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/ipsec_connection_device_config.md) |[private_ip](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/private_ip.md)
18+
[ipsec_connection_device_status](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/ipsec_connection_device_status.md) |[route_table](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/route_table.md)
19+
[ipsec_connection](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/ipsec_connection.md) |[security_list](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/security_list.md)
20+
[private_ips](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/private_ips.md)|[subnet](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/subnet.md)
21+
[route_tables](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/route_tables.md) |[virtual_networks](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/virtual_networks.md)
22+
[security_lists](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/security_lists.md) |[vnic_attachment](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/vnic_attachment.md)
23+
[shape](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/shape.md) |[volume](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/volume.md)
24+
[subnet](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/subnet.md) |[volume_attachment](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/volume_attachment.md)
25+
[virtual_networks](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/virtual_networks.md) |[volume_backup](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/core/volume_backup.md)
26+
[vnic_attachments](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/vnic_attachments.md) |
27+
[vnic](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/vnic.md) |
28+
[volume_attachments](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/volume_attachments.md) |
29+
[volume_backups](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/volume_backups.md) |
30+
[volumes](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/core/volumes.md) |
31+
**Database** | **Database**
32+
[database](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/database.md) |[db_system](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/database/db_system.md)
33+
[databases](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/databases.md) |
34+
[db_home](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_home.md) |
35+
[db_homes](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_homes.md)|
36+
[db_node](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_node.md) |
37+
[db_nodes](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_nodes.md) |
38+
[db_system_shapes](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_system_shapes.md) |
39+
[db_systems](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_systems.md) |
40+
[db_versions](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/database/db_versions.md) |
41+
**Identity** | **Identity**
42+
[api_key](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/api_key.md) |[api_key](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/api_key.md)
43+
[availability_domain](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/availability_domain.md) |[compartment](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/compartment.md)
44+
[compartment](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/compartment.md) |[group](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/group.md)
45+
[group](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/group.md) |[policy](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/policy.md)
46+
[policy](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/policy.md) |[swift_password](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/swift_password.md)
47+
[swift_password](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/swift_password.md) |[ui_password](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/ui_password.md)
48+
[user](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/user.md) |[user](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/user.md)
49+
[user_group_membership](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/identity/user_group_membership.md) |[user_group_membership](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/identity/user_group_membership.md)
50+
**Load Balancer** | **Load Balancer**
51+
[backend](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/backend.md) |[backend](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/loadbalancer/backend.md)
52+
[backendset](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/backendset.md) |[backendset](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/loadbalancer/backendset.md)
53+
[certificate](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/certificate.md) |[certificate](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/loadbalancer/certificate.md)
54+
[loadbalancer](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/loadbalancer.md) |[listener](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/loadbalancer/listener.md)
55+
[loadbalancer_policy](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/loadbalancer_policy.md) |[loadbalancer](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/loadbalancer/loadbalancer.md)
56+
[loadbalancer_protocol](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/loadbalancer_protocol.md) |
57+
[loadbalancer_shape](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/loadbalancer/loadbalancer_shape.md) |
58+
**Object Storage** | **Object Storage**
59+
[bucket_summary](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/objectstorage/bucket_summary.md) |[bucket](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/objectstorage/bucket.md)
60+
[namespace](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/objectstorage/namespace.md)|[object](https://github.com/oracle/terraform-provider-oci/tree/master/docs/resources/objectstorage/object.md)
61+
[object_head](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/objectstorage/object_head.md)| |xccb
62+
[objects](https://github.com/oracle/terraform-provider-oci/tree/master/docs/datasources/objectstorage/objects.md) |

0 commit comments

Comments
 (0)