Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/network/google …
Browse files Browse the repository at this point in the history
…to v10 (#149)
  • Loading branch information
renovate-bot authored Dec 20, 2024
1 parent 60583a0 commit 419f5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#Network & Subnet creation
module "vpc-network" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"
project_id = var.vpc_project_id
network_name = var.network_name
mtu = 1460
Expand All @@ -35,7 +35,7 @@ module "vpc-network" {

module "firewall_rules" {
source = "terraform-google-modules/network/google//modules/firewall-rules"
version = "9.3.0"
version = "10.0.0"

project_id = var.vpc_project_id
network_name = module.vpc-network.network_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"
project_id = var.project_id
network_name = "${var.network_name}-${local.default_suffix}"
mtu = 1460
Expand Down

0 comments on commit 419f5a1

Please sign in to comment.