Skip to content

Commit

Permalink
fix: correct service_directory_registrations content
Browse files Browse the repository at this point in the history
  • Loading branch information
sanadhis committed Feb 26, 2024
1 parent 726bf65 commit c002cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/private-service-connect/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ resource "google_compute_global_forwarding_rule" "forwarding_rule_private_servic
for_each = var.service_directory_namespace != null || var.service_directory_region != null ? [1] : []

content {
service_directory_namespace = var.service_directory_namespace
service_directory_region = var.service_directory_region
namespace = var.service_directory_namespace
service_directory_region = var.service_directory_region
}
}
}

0 comments on commit c002cc6

Please sign in to comment.