Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Apr 17, 2024
1 parent 798bc23 commit 623c8c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk/lib/api/bootstrap/deploy-bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Mode, SdkProvider, ISDK } from '../aws-auth';
import { deployStack, DeployStackResult } from '../deploy-stack';
import { NoBootstrapStackEnvironmentResources } from '../environment-resources';
import { DEFAULT_TOOLKIT_STACK_NAME, ToolkitInfo } from '../toolkit-info';
import { HotswapMode } from '../hotswap/common';

/**
* A class to hold state around stack bootstrapping
Expand Down Expand Up @@ -123,6 +124,7 @@ export class BootstrapStack {
usePreviousParameters: options.usePreviousParameters ?? true,
// Obviously we can't need a bootstrap stack to deploy a bootstrap stack
envResources: new NoBootstrapStackEnvironmentResources(this.resolvedEnvironment, this.sdk),
hotswap: HotswapMode.FULL_DEPLOYMENT,
});
}
}
Expand Down

0 comments on commit 623c8c0

Please sign in to comment.