From af827de7dbb923c78164dd5c4ae90a458c468b2f Mon Sep 17 00:00:00 2001 From: tulika-aakriti Date: Wed, 16 Oct 2024 22:49:34 +0530 Subject: [PATCH] Add API ref links for oracledatabase datasource (#12015) --- ...ase_cloud_exadata_infrastructure.html.markdown | 3 +++ ...oracle_database_cloud_vm_cluster.html.markdown | 3 +++ .../d/oracle_database_db_servers.html.markdown | 15 ++++++++++----- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown b/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown index 035a9fe9708d..ee3b2dc894ed 100644 --- a/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown +++ b/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown @@ -8,6 +8,9 @@ description: |- Get information about an ExadataInfrastructure. +For more information see the +[API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudExadataInfrastructures). + ## Example Usage ```hcl diff --git a/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown b/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown index fa669947abc0..60ff8e0bae1e 100644 --- a/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown +++ b/mmv1/third_party/terraform/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown @@ -8,6 +8,9 @@ description: |- Get information about a CloudVmCluster. +For more information see the +[API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudVmClusters). + ## Example Usage ```hcl diff --git a/mmv1/third_party/terraform/website/docs/d/oracle_database_db_servers.html.markdown b/mmv1/third_party/terraform/website/docs/d/oracle_database_db_servers.html.markdown index ae1ad60ba11d..73b3e8fc5fb8 100644 --- a/mmv1/third_party/terraform/website/docs/d/oracle_database_db_servers.html.markdown +++ b/mmv1/third_party/terraform/website/docs/d/oracle_database_db_servers.html.markdown @@ -8,6 +8,9 @@ description: |- List all DbServers of a Cloud Exdata Infrastructure. +For more information see the +[API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudExadataInfrastructures.dbServers). + ## Example Usage ```hcl @@ -25,17 +28,20 @@ The following arguments are supported: * `location` - (Required) The location of resource. -- - - * `project` - (Optional) The project to which the resource belongs. If it is not provided, the provider project is used. -* `db_servers` - (Output) List of dbServers +## Attributes reference + +The following attributes are exported: + +* `db_servers` - List of dbServers. Structure is [documented below](#nested_dbservers). - The `db_servers` block supports: + The `db_servers` block supports: * `display_name` - User friendly name for the resource. -* `properties` - Various properties of the databse server. +* `properties` - Various properties of the databse server. Structure is [documented below](#nested_properties). The `properties` block supports: @@ -57,7 +63,6 @@ The following arguments are supported: * `state` - The current state of the database server. Allowed values for `state` are:
-`STATE_UNSPECIFIED` - Default unspecified value.
`CREATING` - Indicates that the resource is being created.
`AVAILABLE` - Indicates that the resource is available.
`UNAVAILABLE` - Indicates that the resource is unavailable.