Fix typos

This commit is contained in:
Andrew Dryga
2024-03-30 13:24:41 -06:00
parent afaeb69565
commit 75b3afe894
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ module "relays" {
token = var.relay_token
}
# Allow SSH acces using IAP for relays
# Allow SSH access using IAP for relays
resource "google_compute_firewall" "relays-ssh-ipv4" {
count = length(module.relays) > 0 ? 1 : 0

View File

@@ -122,7 +122,7 @@ module "relays" {
token = var.relay_token
}
# Allow SSH acces using IAP for relays
# Allow SSH access using IAP for relays
resource "google_compute_firewall" "relays-ssh-ipv4" {
count = length(module.relays) > 0 ? 1 : 0