You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
7
7
---
8
8
9
9
# Data Source: aws_odb_cloud_exadata_infrastructure
10
10
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.
12
12
13
13
You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
14
14
@@ -24,16 +24,18 @@ data "aws_odb_cloud_exadata_infrastructure" "example" {
24
24
25
25
## Argument Reference
26
26
27
-
The following arguments are optional:
27
+
The following arguments are required:
28
28
29
29
*`id` - (Required) The unique identifier of the Exadata infrastructure.
30
+
31
+
The following arguments are optional:
32
+
30
33
*`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).
31
34
32
35
## Attribute Reference
33
36
34
37
This data source exports the following attributes in addition to the arguments above:
35
38
36
-
*`arn` - The Amazon Resource Name (ARN) for the Exadata infrastructure.
37
39
*`activated_storage_count` - The number of storage servers requested for the Exadata infrastructure.
38
40
*`additional_storage_count` - The number of storage servers requested for the Exadata infrastructure.
39
41
*`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
70
72
*`database_server_type` - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
71
73
*`storage_server_type` - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
72
74
*`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.
Terraform resource for managing an Oracle Database@AWS.
6
+
Terraform resource for managing exadata infrastructure resource for Oracle Database@AWS.
7
7
---
8
8
9
9
# Resource: aws_odb_cloud_exadata_infrastructure
10
10
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.
12
12
13
13
## Example Usage
14
14
@@ -70,7 +70,7 @@ The following arguments are required:
70
70
The following arguments are optional:
71
71
72
72
*`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.
74
74
*`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.
75
75
*`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.
76
76
*`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