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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SYSENG-1814 ignore empty template_id from Engine #208

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. SYSENG-1814 ignore empty template_id from Engine

    Contrary to documentation, the API does not return the template_id a VM was created with, but an empty one. We ignore the empty template_id so that it does not trigger a VM change. The template_id is stored in local TF state and a change of the template_id in terraform will trigger recreating the VM.
    DrPsychick committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    68b161f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b187e View commit details
    Browse the repository at this point in the history