Support Attached Disk config in dataproc#18295
Conversation
uncommenting the subnet config
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @shuyama1, 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. |
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @shuyama1, 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. |
|
Hey @sravani-bobbala, please follow go/terraform-auto-test-runs to get tests automatically triggered for your changes. Thank you! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 6afe98f: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_dataproc_cluster" "primary" {
cluster_config {
master_config {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
num_local_ssds = # value needed
}
instance_flexibility_policy {
instance_selection_list {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
}
}
}
}
preemptible_worker_config {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
boot_disk_provisioned_iops = # value needed
boot_disk_provisioned_throughput = # value needed
}
instance_flexibility_policy {
instance_selection_list {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
}
}
}
}
worker_config {
disk_config {
attached_disk_config {
disk_size_gb = # value needed
disk_type = # value needed
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
}
instance_flexibility_policy {
instance_selection_list {
disk_config {
attached_disk_config {
provisioned_iops = # value needed
provisioned_throughput = # value needed
}
}
}
}
}
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 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
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. @sravani-bobbala, @shuyama1 VCR tests complete for 6afe98f! |
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.