From 2aef1ed8143bc254892128ad0126a3ffe6c0004d Mon Sep 17 00:00:00 2001 From: Richard Diphoorn Date: Sat, 3 May 2025 01:08:51 +0200 Subject: [PATCH] feat: add terraform logo --- src/data/svgs.ts | 7 +++++++ src/types/categories.ts | 3 ++- static/library/terraform.svg | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 static/library/terraform.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c2eefd1..4e76b75 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3590,5 +3590,12 @@ export const svgs: iSVG[] = [ }, url: 'https://clerk.com/', brandUrl: 'https://clerk.com/design' + }, + { + title: 'Terraform', + category: ['Software', 'Language', 'IaC'], + route: 'library/terraform.svg', + url: 'https://terraform.io', + brandUrl: 'https://brand.hashicorp.com' } ]; diff --git a/src/types/categories.ts b/src/types/categories.ts index ae77c01..4d9e96a 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -29,4 +29,5 @@ export type tCategory = | 'Authentication' | 'IoT' | 'Config' - | 'Secrets'; + | 'Secrets' + | 'Iac'; diff --git a/static/library/terraform.svg b/static/library/terraform.svg new file mode 100644 index 0000000..b2bf281 --- /dev/null +++ b/static/library/terraform.svg @@ -0,0 +1 @@ + \ No newline at end of file