added support for advanced_machine_features.performance_monitoring_unit to
google_compute_region_instance_template
google_compute_instance_template
google_compute_instance
added tests
There is a problem with the API on this field because it only works on C4 instances but the API errors are not reflecting that when the machine type is wrong. Pending to be fixed. Other than that this works and here is a terraform implementation
Release Note Template for Downstream PRs (will be copied)
compute: `google_compute_instance`, `google_compute_instance_template` and `google_compute_region_instance_template` now support `advanced_machine_features.performance_monitoring_unit`
related to b/319565227
advanced_machine_features.performance_monitoring_unit
togoogle_compute_region_instance_template
google_compute_instance_template
google_compute_instance
There is a problem with the API on this field because it only works on C4 instances but the API errors are not reflecting that when the machine type is wrong. Pending to be fixed. Other than that this works and here is a terraform implementation
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.
Derived from https://github.com/GoogleCloudPlatform/magic-modules/pull/12281