Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkelleher committed Oct 5, 2020
1 parent 533394e commit 11410e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/compute/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11410e3

Please sign in to comment.