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
122 stars 90 forks source link

iap_tunneling: add option to enable iap.googleapis.com on target projects in #194

Open adrian-gierakowski opened 2 months ago

adrian-gierakowski commented 2 months ago

TL;DR

when iap.googleapis.com service is not enabled on target project, user of iap_tunneling module will get the following error:

googleapi: Error 403: Cloud Identity-Aware Proxy API has not been used in project dvf-shared before or it is disabled. Enable it by visiting

adding the resource outside the module has a problem due to lack of depends_on on modules so terraform apply will fail on first run

Terraform Resources

No response

Detailed design

No response

Additional information

No response

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