Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
- Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- If an issue is assigned to a user, that user is claiming responsibility for the issue.
- Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Description
Add a new resource google_oracle_database_cloud_exadata_infrastructure_exascale_config to support configuring Exascale storage on an Oracle Cloud Exadata Infrastructure.
This resource corresponds to the configureExascale POST method on the cloudExadataInfrastructures API endpoint (projects.locations.cloudExadataInfrastructures.configureExascale).
Since configuring Exascale is a one-time provisioning action, the resource is designed to be immutable, and deleting the resource from Terraform will only remove it from the Terraform state.
New or Affected Resource(s)
google_oracle_database_cloud_exadata_infrastructure_exascale_config (New)
google_oracle_database_cloud_exadata_infrastructure (Affected/Referenced)
Potential Terraform Configuration
resource "google_oracle_database_cloud_exadata_infrastructure_exascale_config" "default" {
cloud_exadata_infrastructure = google_oracle_database_cloud_exadata_infrastructure.my_infra.name
location = "us-east4"
total_storage_size_gb = 10240
}
References
No response
Community Note
Description
Add a new resource google_oracle_database_cloud_exadata_infrastructure_exascale_config to support configuring Exascale storage on an Oracle Cloud Exadata Infrastructure.
This resource corresponds to the configureExascale POST method on the cloudExadataInfrastructures API endpoint (projects.locations.cloudExadataInfrastructures.configureExascale).
Since configuring Exascale is a one-time provisioning action, the resource is designed to be immutable, and deleting the resource from Terraform will only remove it from the Terraform state.
New or Affected Resource(s)
google_oracle_database_cloud_exadata_infrastructure_exascale_config (New)
google_oracle_database_cloud_exadata_infrastructure (Affected/Referenced)
Potential Terraform Configuration
resource "google_oracle_database_cloud_exadata_infrastructure_exascale_config" "default" {
cloud_exadata_infrastructure = google_oracle_database_cloud_exadata_infrastructure.my_infra.name
location = "us-east4"
total_storage_size_gb = 10240
}
References
No response