Skip to content

Add exascaleDbStorageVault and storageManagementType fields to CloudV…#1362

Merged
modular-magician merged 1 commit into
terraform-google-modules:masterfrom
modular-magician:downstream-pr-d3b85a12172e46bb954c94ac14cce9f352089f91
Jul 1, 2026
Merged

Add exascaleDbStorageVault and storageManagementType fields to CloudV…#1362
modular-magician merged 1 commit into
terraform-google-modules:masterfrom
modular-magician:downstream-pr-d3b85a12172e46bb954c94ac14cce9f352089f91

Conversation

@modular-magician

Copy link
Copy Markdown
Collaborator

Description

This PR introduces support for configuring VM Clusters on top of dedicated Exascale DB Storage Vaults using the exascale_db_storage_vault parameter in google_oracle_database_cloud_vm_cluster.

It adds two new fields:

  1. exascale_db_storage_vault (ResourceRef, Optional, ForceNew): Associates the VM Cluster with a dedicated storage vault.
  2. storage_management_type (String, Output-only): Displays the storage system used (ASM or EXASCALE).

It also registers a new end-to-end integration test sample:
oracledatabase_cloud_vmcluster_exascale which provisions hardware, configures Exascale, carves out a storage vault, and deploys the Exascale VM cluster on top of it.

Fixes hashicorp/terraform-provider-google#28172

Release Note

oracledatabase: Added support for configuring Exascale-based VM clusters on top of dedicated storage vaults via the `exascale_db_storage_vault` parameter and `storage_management_type` to determine if VM Cluster is ASM or EXASCALE in `google_oracle_database_cloud_vm_cluster`

Derived from GoogleCloudPlatform/magic-modules#18145

…… (#18145)

[upstream:d3b85a12172e46bb954c94ac14cce9f352089f91]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 95f6d10 into terraform-google-modules:master Jul 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Exascale VM Clusters in google_oracle_database_cloud_vm_cluster

1 participant