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

IPv6 external IP support

mohag opened this issue · 4 comments

TL;DR

access_config can be configured, ipv6_access_config can't, so static IPv6 IPs can't be configured on the bastion host

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_instance#nested_ipv6_access_config

Detailed design

Add an ipv6_access_config variable that is passed similar to access_config is passed currently. (It might be necessary to add a flag similar to `external_ip` to toggle the creation of an IPv6 IP. `enable_ipv6` is my suggestion. (it might be an internal / external IP, depending on the VPC's configuration)

Additional information

No response

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

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

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

mohag commented

.