- Allow user to specify connector subnet range.
- Added
var.vpc_flow_logsto enable and configure VPC Flow logs on the network.
- Removed
gke_cluster_namefrom private DNS zone configuration.
- Fixed output for
internal_domain_fqdn.
- Added
var.internal_subdomainto optionally create an internal DNS zone.
- Added
vpc_access_connector_idoutput for downstream configuration.
- Migrate from
terraformtotofu.
- Added
private_service_cidrsoutput for Private services access.
- Restore service networking identiy creation.
- Fixed broken reference introduced in 0.3.12.
- Unable to create service identity for service-networking. Disabling for now.
- Fix reference project_id.
- Create project service identity for service-networking.
- Wait for service networking API enable before granting permissions.
- Remove terraform flapping with subnets.
- Add missing parameters for serverless access.
- Enable access to service networking service agent.
- Upgrade google Terraform provider.
- Fix reference to network when creating
google_service_networking_connection.
- Enable
servicenetworking.googleapis.comto ensure Private Service Access works during the first launch in a Google project.
- Upgrade providers to latest.
- Enable Private Service Access with a service networking connection to Google Cloud services.
- Added Serverless VPC Access Connector and associated subnetwork.
- Enable Google Compute API.
- Increased default public and private subnets to larger ranges (
/16instead of/24).
- Add missing
.terraform.lock.hcl.
- Add
.terraform.lock.hcl.