hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.31k stars 1.73k forks source link

google_compute_instance_group_manager documents update_policy.minimal_action is required #19601

Open natedogith1 opened 4 days ago

natedogith1 commented 4 days ago

Community Note

Terraform Version & Provider Version(s)

N/A

Affected Resource(s)

google_compute_instance_group_manager

Terraform Configuration

N/A

Debug Output

N/A

Expected Behavior

update_policy.minimal_action should be optional, since it doesn't make since if the type is OPPORTUNISTIC

Actual Behavior

update_policy.minimal_action is documented as required

Steps to reproduce

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance_group_manager#minimal_action

Important Factoids

No response

References

No response

b/370106693

ggtisc commented 22 hours ago

This is an enhancement proposal for the minimal_action argument of the google_compute_instance_group_manager resource to be optional instead of reuired