Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 18, 2024
1 parent 54b8935 commit a41d566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scopes/ssh-bastion/00_ssh_bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ data "google_project" "project" {
project_id = var.project_id
}

data " google_compute_network" "gke_vpc" {
data "google_compute_network" "gke_vpc" {
name = var.vpc_name
project = data.google_project.project.id
}

data " google_compute_subnetwork" "master_subnet" {
data "google_compute_subnetwork" "master_subnet" {
name = var.subnet_name
project = data.google_project.project.id
}
Expand Down

0 comments on commit a41d566

Please sign in to comment.