Add exadataInfrastructure field and sample to ExascaleDbStorageVault#18136
Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @slevenick, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit d757283: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @virgulati2003, @slevenick VCR tests complete for d757283! |
d757283 to
307207b
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 307207b: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @virgulati2003, @slevenick VCR tests complete for 307207b! |
Description
This PR adds support for linking a
google_oracle_database_exascale_db_storage_vaultresource to a dedicated Oracle Cloud Exadata Infrastructure via the newexadata_infrastructurefield.This maps to the
exadataInfrastructureparameter on the Oracle DatabaseexascaleDbStorageVaultsAPI endpoint.Additionally, this PR:
oracledatabase_exascale_db_storage_vault_dedicated_exadata_infrastructureverifying creation, import, and teardown lifecycles.2048GB (total_size_gbs = 2048) to meet the minimum size requirement for dedicated Exadata instances.timeoutsconfiguration block in the resource schema to allow HCL timeout overrides.Fixes hashicorp/terraform-provider-google#28171
Release Note