Added Resource google_compute_global_vm_extension_policy#18013
Added Resource google_compute_global_vm_extension_policy#18013XuechunHou wants to merge 2 commits into
google_compute_global_vm_extension_policy#18013Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @malhotrasagar2212, 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. |
google_compute_global_vm_extension_policy
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 64ce654: 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_compute_global_vm_extension_policy" "primary" {
rollout_operation {
rollout_input {
conflict_behavior = # value needed
name = # value needed
retry_uuid = # value needed
}
rollout_status {
current_rollouts {
location_rollout_status {
location_name = # value needed
}
}
previous_rollout {
location_rollout_status {
location_name = # value needed
}
}
}
}
}
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. 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. @XuechunHou, @malhotrasagar2212 VCR tests complete for 64ce654! |
Fixes hashicorp/terraform-provider-google#27928
This PR adds support for the new google_compute_global_vm_extension_policy resource to the Google Terraform provider.
Global VM Extension Policies allow you to manage Google software on a fleet of GCE VMs across all zones in a GCP project. Management includes fleetwide installation/uninstallation, configuration management, health reporting, and version upgrades.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.