terraform-google-modules/terraform-google-vault

Output the NAT-ips

Closed this issue · 0 comments

Outputting the NAT-ips will help to configure other resources via terraform that can depend on this value.

For example, the NAT-ips can be whitelisted in the firewall to allow vault to reach, say databases for managing database secret-engine.

Right now, we have to manually go and fetch the IPs from Google Cloud Console and insert it in the terraform files.