-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request