nick0lay

Results 1 comments of nick0lay

The following script was able to import the existing log group to the CDKTF state. ``` cdktf get cdktf synth cd cdktf.out/stacks/ terraform init terraform import aws_cloudwatch_log_group.lambda-logs "/aws/lambda/lambda-logs" cd ../../.....