Skip to content

Commit

Permalink
CI/CD: FIXED SUBNETWORKS ISSUE IN CLOUD NAT DEPLOYMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-GF committed Jan 13, 2024
1 parent 1529efb commit 758813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gce.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "google_compute_instance" "users_service_instance" {
}

network_interface {
network = google_compute_network.fis_g4_network_cd.name
subnetwork = google_compute_subnetwork.user_service_subnetwork.id

access_config {
}
Expand Down

0 comments on commit 758813e

Please sign in to comment.