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

Bug 1908171: fix Terraform issue with GCP custom machine types #4496

Commits on Dec 21, 2020

  1. Bug 1908171: fix Terraform issue with GCP custom machine types

    Similar to previous bug (see below) but in this case for custom
    machine types. In the previous bz, the config generated by Terraform
    did not match the resource that was ultimately created. So when
    apply is run a second time for bootstrap destroy, an error occurs
    when TF tries to switch the resource back to match the config.
    
    Similar: fdefcca
    patrickdillon committed Dec 21, 2020
    Copy the full SHA
    4713280 View commit details
    Browse the repository at this point in the history