We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4525311 commit b052530Copy full SHA for b052530
src/v2/components/database/builder.ts
@@ -1,7 +1,5 @@
1
-import * as pulumi from '@pulumi/pulumi';
2
-import * as aws from '@pulumi/aws';
3
-import * as awsx from '@pulumi/awsx';
4
import { Database } from '.';
+import * as pulumi from '@pulumi/pulumi';
5
6
export namespace DatabaseBuilder {
7
export type InstanceConfig = Database.Instance;
0 commit comments