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