From 11410e339a94710293e3541ebddbb0f3510b78f5 Mon Sep 17 00:00:00 2001 From: Austin Kelleher Date: Mon, 5 Oct 2020 08:18:18 -0400 Subject: [PATCH] Fix typo in comment --- src/steps/compute/converters.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/compute/converters.ts b/src/steps/compute/converters.ts index 7b54ce97..03a609eb 100644 --- a/src/steps/compute/converters.ts +++ b/src/steps/compute/converters.ts @@ -253,7 +253,7 @@ export function createComputeFirewallEntity(data: compute_v1.Schema$Firewall) { * If source service accounts are specified, the firewall rules apply * only to traffic originating from an instance with a service account * in this list. Source service accounts cannot be used to control - * traffic to an instance's external IP address because service + * traffic to an instance's external IP address because service * accounts are associated with an instance, not an IP address. * sourceRanges can be set at the same time as sourceServiceAccounts. * If both are set, the firewall applies to traffic that has a source