Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from padok-team/feat/bump_module_version
Browse files Browse the repository at this point in the history
feat: bump provider & module version
  • Loading branch information
AlanLonguet authored Jun 28, 2024
2 parents 28f7978 + d0c31f7 commit e7c0dbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.49"
version = ">= 4.49"
}
}
}
2 changes: 1 addition & 1 deletion examples/gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.49"
version = ">= 4.49"
}
}
}
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {
module "vpc" {
#checkov:skip=CKV2_GCP_18: firewalls will be managed elsewhere
source = "terraform-google-modules/network/google"
version = "7.1.0"
version = "7.5.0"

project_id = var.project_id

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.49"
version = ">= 4.49"
}
}
}

0 comments on commit e7c0dbf

Please sign in to comment.