Skip to content

Commit

Permalink
fix: inherit the elasticSearch type from CreateApiPulumiAppParams
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 22, 2023
1 parent 3919ff5 commit a2b9eda
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/serverless-cms-aws/src/enterprise/createApiApp.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { PulumiAppParam } from "@webiny/pulumi";
import { createApiPulumiApp, CreateApiPulumiAppParams } from "@webiny/pulumi-aws/enterprise";
import { PluginCollection } from "@webiny/plugins/types";
import {
Expand All @@ -12,12 +11,6 @@ import {
export { ApiOutput } from "@webiny/pulumi-aws";

export interface CreateApiAppParams extends CreateApiPulumiAppParams {
/**
* Enables ElasticSearch infrastructure.
* Note that it requires also changes in application code.
*/
elasticSearch?: PulumiAppParam<boolean>;

plugins?: PluginCollection;
}

Expand Down

0 comments on commit a2b9eda

Please sign in to comment.