Skip to content

Commit

Permalink
chore(deps): network module 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Apr 26, 2024
1 parent 332b503 commit b8a8241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0-bootstrap/modules/tfc-agent-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ resource "google_compute_firewall" "allow_private_api_egress" {

module "private_service_connect" {
source = "terraform-google-modules/network/google//modules/private-service-connect"
version = "~> 9.0"
version = "~> 9.1"

project_id = var.project_id
dns_code = "dz-${local.vpc_name}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module "private_service_connect" {
source = "terraform-google-modules/network/google//modules/private-service-connect"
version = "~> 9.0"
version = "~> 9.1"

project_id = var.project_id
dns_code = "dz-${var.environment_code}-shared-base"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module "private_service_connect" {
source = "terraform-google-modules/network/google//modules/private-service-connect"
version = "~> 9.0"
version = "~> 9.1"

project_id = var.project_id
dns_code = "dz-${var.environment_code}-shared-restricted"
Expand Down

0 comments on commit b8a8241

Please sign in to comment.