Skip to content

v3.0.0

Compare
Choose a tag to compare
@steved steved released this 01 Mar 22:35
· 8 commits to main since this release
31bb81b

⚠️ Important: If you have existing infrastructure created with a version of this module < v3.0.0 you will need to update the input variable structure.

The following configuration has been removed:

  • description
  • static_ip_enabled

The following configuration has been moved:

Original variable New variable Notes
filestore_disabled storage.filestore.enabled
filestore_capacity_gb storage.filestore.capacity_gb
gcs_force_destroy storage.gcs.force_destroy_on_deletion
kubeconfig_output_path gke.kubeconfig.path
enable_network_policy gke.network_policies
kubernetes_version gke.k8s_version
gke_release_channel gke.release_channel
enable_vertical_pod_autoscaling gke.vertical_pod_autoscaling
master_firewall_ports gke.control_plane_ports
master_authorized_networks_config gke.public_access.cidrs gke.public_access.enabled must also be set to take effect
google_dns_managed_zone managed_dns
database_encryption_key_name kms.database_encryption_key_name

A new, enabled-by-default variable to control GKE dataplane v2 has been introduced: gke.advanced_datapath. For existing infrastructure, make sure to set it to false otherwise it will recreate your cluster.

What's Changed

  • refactor input variables to align with other domino terraform modules by @steved in #114

Full Changelog: v2.7.0...v3.0.0