-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error if boot disk specified on non-first disk in instance templa…
…te (#2996) (#5491) * Add error if boot disk specified on non-first disk in instance template * Move error to plan time rather than apply time Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
f2e0e00
commit 87ffb97
Showing
4 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
compute: `google_compute_instance_template` add plan time check for any disks marked `boot` outside of the first disk | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters