google.cloud
google.cloud copied to clipboard
HA VPN modules missing
SUMMARY
HA VPN modules should be here since this pull request has been merged: https://github.com/ansible-collections/google.cloud/pull/309
but checking the code that was changed with the pull request, there are only changes to the gcp_compute_vpn_tunnel.py
module
the pull request reports:
compute: added a deprecation warning to `google_compute_vpn_gateway`
compute: promoted `google_compute_ha_vpn_gateway` to GA
compute: promoted `google_compute_external_vpn_gateway` to GA
compute: promoted HA VPN fields in `google_compute_vpn_tunnel` to GA
but doesn't seem to see those changed applied and for example the google_compute_ha_vpn_gateway
and google_compute_external_vpn_gateway
modules doesn't exist at all
ISSUE TYPE
- Bug Report
COMPONENT NAME
google_compute_ha_vpn_gateway
google_compute_external_vpn_gateway
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
Is there any update on this? I only see the classic VPN module available