Skip to content

Commit 684847f

Browse files
authored
Merge pull request #642 from rdtechie/feat-add-terraform-logo
feat: add terraform logo
2 parents 411c5c9 + 2aef1ed commit 684847f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

src/data/svgs.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3599,5 +3599,12 @@ export const svgs: iSVG[] = [
35993599
},
36003600
url: 'https://clerk.com/',
36013601
brandUrl: 'https://clerk.com/design'
3602+
},
3603+
{
3604+
title: 'Terraform',
3605+
category: ['Software', 'Language', 'IaC'],
3606+
route: 'library/terraform.svg',
3607+
url: 'https://terraform.io',
3608+
brandUrl: 'https://brand.hashicorp.com'
36023609
}
36033610
];

src/types/categories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ export type tCategory =
2929
| 'Authentication'
3030
| 'IoT'
3131
| 'Config'
32-
| 'Secrets';
32+
| 'Secrets'
33+
| 'Iac';

static/library/terraform.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)