diff --git a/README.md b/README.md index 828ab335..114e7e04 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ dotnet add package Pepperize.CDK.AutoscalingGitlabRunner 2. **Configure your project in `.projenrc.js`** - Add `deps: ["@pepperize/cdk-autoscaling-gitlab-runner"],` + - Add `context: { "@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig": true },` 3. **Update project files and install dependencies**