Skip to content

Commit

Permalink
Add gcp + more AWS acronyms (#1) (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaf committed Jun 13, 2023
1 parent fc1a979 commit 736e3b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/acronym-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ const timeAcronyms = [

let awsAcronyms = [
'ACL',
'AGA',
'ALB',
'AMI',
'ARN',
'ASG',
Expand All @@ -413,6 +415,7 @@ let awsAcronyms = [
'EMR',
'ENI',
'IGW',
'NLB',
'RDS',
'S3',
'SES',
Expand All @@ -424,6 +427,13 @@ let awsAcronyms = [
'VPG',
];

let gcpAcronyms = [
'GCE',
'GCP',
'GCS',
'GKE',
];

let commonLocalAcronyms = ['Syd', 'Melb', 'AdID', 'AdIDs', 'ABN', 'ACN'];

let localAcronyms = ['GA', 'PE', 'AAv1', 'AAv3', 'SB', 'FF', 'EP'];
Expand All @@ -432,6 +442,7 @@ export const acronyms = commonAcronyms.concat(
timeAcronyms,
commonTechAcronyms,
awsAcronyms,
gcpAcronyms,
commonLocalAcronyms,
localAcronyms
);

0 comments on commit 736e3b3

Please sign in to comment.