Skip to content

Commit

Permalink
Merge pull request #2921 from cgwalters/gcp-secureboot
Browse files Browse the repository at this point in the history
gcp: Flag RHCOS with SECURE_BOOT and UEFI_COMPATIBLE
  • Loading branch information
openshift-merge-robot authored Apr 3, 2020
2 parents 1d69bee + 85270dd commit 0485384
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/data/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ module "dns" {
resource "google_compute_image" "cluster" {
name = "${var.cluster_id}-rhcos-image"

# See https://github.com/openshift/installer/issues/2546
guest_os_features {
type = "SECURE_BOOT"
}
guest_os_features {
type = "UEFI_COMPATIBLE"
}

raw_disk {
source = var.gcp_image_uri
}
Expand Down

0 comments on commit 0485384

Please sign in to comment.