Skip to content

Commit

Permalink
Add support for google provider 6.x (#2536)
Browse files Browse the repository at this point in the history
* Add support for google provider 6.x

Co-authored-by: Ludovico Magnocavallo <[email protected]>
Co-authored-by: Wiktor Niesiobędzki <[email protected]>
Co-authored-by: Julio Castillo <[email protected]>
  • Loading branch information
4 people authored Sep 5, 2024
1 parent 21f85a8 commit 7f8a02a
Show file tree
Hide file tree
Showing 130 changed files with 1,571 additions and 440 deletions.
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/autopilot-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/batch/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/kafka/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/kong-cloudrun/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/redis-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions default-versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/__experimental_deprecated/net-neg/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/alloydb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/analytics-hub/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/api-gateway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/apigee/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/artifact-registry/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/bigquery-dataset/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/bigtable-instance/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
6 changes: 3 additions & 3 deletions modules/billing-account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v34.0.0
# Fabric release: v35.0.0

terraform {
required_version = ">= 1.7.4"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.43.1, < 6.0.0" # tftest
version = ">= 6.1.0, < 7.0.0" # tftest
}
}
}
Loading

0 comments on commit 7f8a02a

Please sign in to comment.