diff --git a/www/docs/advanced/bootstrapping.md b/www/docs/advanced/bootstrapping.md index 22bcbdd5fa..e0d25040a0 100644 --- a/www/docs/advanced/bootstrapping.md +++ b/www/docs/advanced/bootstrapping.md @@ -89,6 +89,7 @@ There are two ways to customize the bootstrapping resources. qualifier: "my-team", fileAssetsBucketName: "my-team-CDKToolkit", customPermissionsBoundary: "my-team-pb", + toolkitStackName: "custom-cdk-bootstrap-stack-name", } } }, @@ -108,4 +109,4 @@ There are two ways to customize the bootstrapping resources. cdk bootstrap --template template.yaml ``` - When you run `cdk bootstrap`, SST will use the stack you've manually bootstrapped. \ No newline at end of file + When you run `cdk bootstrap`, SST will use the stack you've manually bootstrapped.