terraform-google-modules / terraform-google-bastion-host

Generates a bastion host VM compatible with OS Login and IAP Tunneling that can be used to access internal VMs
https://registry.terraform.io/modules/terraform-google-modules/bastion-host/google
Apache License 2.0
124 stars 90 forks source link

Support for secure boot #156

Closed pawelrosada closed 10 months ago

pawelrosada commented 1 year ago

TL;DR

When we want to use an ARM instance, it's necessary to disable secure boot, as otherwise, the Debian instance doesn't start. The module doesn't have this option, but it uses a submodule that allows for such configuration.

Request to add support for shielded_instance_config within the module.

Terraform Resources

No response

Detailed design

No response

Additional information

No response

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

pawelrosada commented 10 months ago

Issue still occurs…

pawelrosada commented 10 months ago

ARM for now start Works in Google Cloud with secure boot enabled - but still will be great to control this option