Skip to content

Commit 7bb89a1

Browse files
committed
updating copyright header and documentation fixes.
1 parent 3d17932 commit 7bb89a1

7 files changed

+20
-12
lines changed

examples/odb/exadata_infra.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
23

34
# Exadata Infrastructure with customer managed maintenance window
45
resource "aws_odb_cloud_exadata_infrastructure" "exa_infra_all_params" {

internal/service/odb/cloud_exadata_infrastructure.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb
45

internal/service/odb/cloud_exadata_infrastructure_data_source.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb
45

internal/service/odb/cloud_exadata_infrastructure_data_source_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb_test
45

internal/service/odb/cloud_exadata_infrastructure_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
23

34
package odb_test
45

website/docs/d/odb_cloud_exadata_infrastructure.html.markdown

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ subcategory: "Oracle Database@AWS"
33
layout: "AWS: aws_odb_cloud_exadata_infrastructure"
44
page_title: "AWS: aws_odb_cloud_exadata_infrastructure"
55
description: |-
6-
Terraform data source for managing Exadata Infrastructure resource in AWS for Oracle Database@AWS.
6+
Terraform data source for managing exadata infrastructure resource in AWS for Oracle Database@AWS.
77
---
88

99
# Data Source: aws_odb_cloud_exadata_infrastructure
1010

11-
Terraform data source for Exadata Infrastructure resource in AWS for Oracle Database@AWS.
11+
Terraform data source for exadata infrastructure resource in AWS for Oracle Database@AWS.
1212

1313
You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
1414

@@ -24,16 +24,18 @@ data "aws_odb_cloud_exadata_infrastructure" "example" {
2424

2525
## Argument Reference
2626

27-
The following arguments are optional:
27+
The following arguments are required:
2828

2929
* `id` - (Required) The unique identifier of the Exadata infrastructure.
30+
31+
The following arguments are optional:
32+
3033
* `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).
3134

3235
## Attribute Reference
3336

3437
This data source exports the following attributes in addition to the arguments above:
3538

36-
* `arn` - The Amazon Resource Name (ARN) for the Exadata infrastructure.
3739
* `activated_storage_count` - The number of storage servers requested for the Exadata infrastructure.
3840
* `additional_storage_count` - The number of storage servers requested for the Exadata infrastructure.
3941
* `availability_zone` - The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
@@ -70,3 +72,4 @@ This data source exports the following attributes in addition to the arguments a
7072
* `database_server_type` - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
7173
* `storage_server_type` - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
7274
* `maintenance_window` - The scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
75+
* `tags` - (Optional) A map of tags to assign to the exadata infrastructure. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

website/docs/r/odb_cloud_exadata_infrastructure.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ subcategory: "Oracle Database@AWS"
33
layout: "aws"
44
page_title: "AWS: aws_odb_cloud_exadata_infrastructure"
55
description: |-
6-
Terraform resource for managing an Oracle Database@AWS.
6+
Terraform resource for managing exadata infrastructure resource for Oracle Database@AWS.
77
---
88

99
# Resource: aws_odb_cloud_exadata_infrastructure
1010

11-
Terraform resource for creating Exadata Infrastructure resource in AWS for Oracle Database@AWS.
11+
Terraform resource for managing exadata infrastructure resource in AWS for Oracle Database@AWS.
1212

1313
## Example Usage
1414

@@ -70,7 +70,7 @@ The following arguments are required:
7070
The following arguments are optional:
7171

7272
* `customer_contacts_to_send_to_oci` - (Optional) The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource.
73-
* `availability_zone`: The name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
73+
* `availability_zone`: (Optional) The name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
7474
* `database_server_type` - (Optional) The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
7575
* `storage_server_type` - (Optional) The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
7676
* `tags` - (Optional) A map of tags to assign to the exadata infrastructure. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

0 commit comments

Comments
 (0)