Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support max_run_duration STOP action for GCE #13671

Comments

@philip-harvey
Copy link

philip-harvey commented Feb 6, 2023

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Currently Terraform blocks setting max_run_duration with instance_termination_action = "STOP"
This may be an API limitation and an issue may need to be opened with API to fix the upsteam issue.

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance#instance_termination_action

Affected Resource(s)

  • google_compute_instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment