Skip to content

Commit 3d17932

Browse files
committed
fix linting issue in datasource doc.
1 parent 1f1019f commit 3d17932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/odb_cloud_exadata_infrastructure.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ data "aws_odb_cloud_exadata_infrastructure" "example" {
2727
The following arguments are optional:
2828

2929
* `id` - (Required) The unique identifier of the Exadata infrastructure.
30+
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
3031

3132
## Attribute Reference
3233

@@ -69,4 +70,3 @@ This data source exports the following attributes in addition to the arguments a
6970
* `database_server_type` - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
7071
* `storage_server_type` - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
7172
* `maintenance_window` - The scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
72-
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).

0 commit comments

Comments
 (0)