From 9013a27760e57889d5eac9d3f00dca3ba4229e2f Mon Sep 17 00:00:00 2001 From: tshuli Date: Thu, 4 May 2023 15:52:04 +0800 Subject: [PATCH] chore: create index.ts file --- index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 index.ts diff --git a/index.ts b/index.ts new file mode 100644 index 0000000..4837cfa --- /dev/null +++ b/index.ts @@ -0,0 +1,5 @@ +import {} from '@opengovsg/pulumi-components' +import * as aws from '@pulumi/aws' +import * as pulumi from '@pulumi/pulumi' + +// Config goes here... \ No newline at end of file