-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add error if boot disk specified on non-first disk in instance template #2996
Add error if boot disk specified on non-first disk in instance template #2996
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
I think this is not worth a release note? |
Could we do this as a plan-time check instead of apply-time? And eh it's a user-visible change so I'd probably give it a bugfix release note. |
49242c0
to
1efe397
Compare
@danawillow Moved check to plan time |
1efe397
to
2fed0f3
Compare
…te (GoogleCloudPlatform#2996) * Add error if boot disk specified on non-first disk in instance template * Move error to plan time rather than apply time
Fixes: hashicorp/terraform-provider-google#5428
Release Note Template for Downstream PRs (will be copied)