11/**
2- * Copyright 2022 Google LLC
2+ * Copyright 2022-2024 Google LLC
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -24,33 +24,33 @@ terraform {
2424 required_providers {
2525 google = {
2626 source = "hashicorp/google"
27- version = ">= 6.7 .0, < 7"
27+ version = ">= 6.11 .0, < 7"
2828 }
2929 google-beta = {
3030 source = "hashicorp/google-beta"
31- version = ">= 6.7 .0, < 7"
31+ version = ">= 6.11 .0, < 7"
3232 }
3333{% elif beta_cluster and autopilot_cluster %}
3434 required_providers {
3535 google = {
3636 source = "hashicorp/google"
37- version = ">= 6.8 .0, < 7"
37+ version = ">= 6.11 .0, < 7"
3838 }
3939 google-beta = {
4040 source = "hashicorp/google-beta"
41- version = ">= 6.8 .0, < 7"
41+ version = ">= 6.11 .0, < 7"
4242 }
4343{% elif autopilot_cluster %}
4444 required_providers {
4545 google = {
4646 source = "hashicorp/google"
47- version = ">= 6.8 .0, < 7"
47+ version = ">= 6.11 .0, < 7"
4848 }
4949{% else %}
5050 required_providers {
5151 google = {
5252 source = "hashicorp/google"
53- version = ">= 6.7 .0, < 7"
53+ version = ">= 6.11 .0, < 7"
5454 }
5555{% endif %}
5656 kubernetes = {
0 commit comments