Codespell / whitespace fixes

This commit is contained in:
Wiktor Niesiobędzki
2024-10-30 08:18:17 +00:00
committed by Wiktor Niesiobędzki
parent 30d1deceee
commit 8b7607af63
25 changed files with 53 additions and 53 deletions

View File

@@ -169,7 +169,7 @@ resource "google_compute_region_network_endpoint" "internet" {
port = each.value.port
}
# PSC Procuder Service attachments
# PSC Producer Service attachments
resource "google_compute_service_attachment" "default" {
count = var.service_attachment == null ? 0 : 1
project = var.project_id