-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Adding Terraform support for ExadVmCluster Resource #15742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Adding Terraform support for ExadVmCluster Resource #15742
Conversation
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @melinath, 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. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
melinath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the failing tests and also add an update test if possible! https://googlecloudplatform.github.io/magic-modules/test/test/#add-an-update-test
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
@melinath This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
melinath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did a quick scan and don't see anything obviously off, but we need to get the tests passing before this can be merged.
| # ofake- prefix is needed to create a dummy resource for testing purposes only | ||
| # See: https://github.com/hashicorp/terraform-provider-google/issues/19983#issuecomment-2516403770 | ||
| # As a result these resources are not sweepable | ||
| # See: https://github.com/hashicorp/terraform-provider-google/issues/20599 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's now possible to specify additional sweepable prefixes for resources - we should clean this up. https://googlecloudplatform.github.io/magic-modules/reference/resource/#sweeper-1
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_oracle_database_exadb_vm_cluster" "primary" {
properties {
time_zone {
version = # value needed
}
}
}
|
Tests analyticsTotal tests: 26 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
melinath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error code 13 is gone! 🎉
Things to fix:
- Sweeper customization previously mentioned
- Exercise properties.time_zone.version in a test
- Data collection options isn't being returned by the API, which is causing the test failure. https://googlecloudplatform.github.io/magic-modules/develop/diffs/ has details on how to resolve this kind of failure. Let me know if you run into any questions!
- Please add an update test to exercise update-in-place: https://googlecloudplatform.github.io/magic-modules/test/test/#add-an-update-test
|
@siddhisingh-13, this PR is waiting for action from you. If no action is taken, this PR will be closed in 28 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
|
@siddhisingh-13, this PR is waiting for action from you. If no action is taken, this PR will be closed in 14 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_oracle_database_exadb_vm_cluster" "primary" {
properties {
time_zone {
version = # value needed
}
}
}
|
Tests analyticsTotal tests: 26 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_oracle_database_exadb_vm_cluster" "primary" {
properties {
time_zone {
version = # value needed
}
}
}
|
Tests analyticsTotal tests: 26 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
@melinath This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |

Fixed hashicorp/terraform-provider-google#24873
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.