diff --git a/.changelog/12015.txt b/.changelog/12015.txt
new file mode 100644
index 00000000000..f8e4ad1fa8e
--- /dev/null
+++ b/.changelog/12015.txt
@@ -0,0 +1,9 @@
+```release-note:none
+google_oracle_database_cloud_exadata_infrastructure
+```
+```release-note:none
+google_oracle_database_cloud_vm_cluster
+```
+```release-note:none
+google_oracle_database_db_servers
+```
\ No newline at end of file
diff --git a/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown b/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown
index 035a9fe9708..ee3b2dc894e 100644
--- a/website/docs/d/oracle_database_cloud_exadata_infrastructure.html.markdown
+++ b/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/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown b/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown
index fa669947abc..60ff8e0bae1 100644
--- a/website/docs/d/oracle_database_cloud_vm_cluster.html.markdown
+++ b/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/website/docs/d/oracle_database_db_servers.html.markdown b/website/docs/d/oracle_database_db_servers.html.markdown
index ae1ad60ba11..73b3e8fc5fb 100644
--- a/website/docs/d/oracle_database_db_servers.html.markdown
+++ b/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.