Codespell / whitespace fixes
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
30d1deceee
commit
8b7607af63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user