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
128 stars 92 forks source link

metadata: add an option to change metadata "enable-os-login" value "TRUE|FALSE" #199

Closed waiyanwh closed 2 months ago

waiyanwh commented 4 months ago

TL;DR

When users try to overwrite "enable-os-login" = "FALSE" in metadata variable, the value didn't change and it still created bastion host with "enable-os-login" = "TRUE". In some case, user want to create with traditional ssh authentication and want to disable os-login.

Terraform Resources

No response

Detailed design

No response

Additional information

No response

github-actions[bot] commented 2 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