Daniel Schmidt

Results 142 comments of Daniel Schmidt

> When looking at this [example](https://github.com/hashicorp/cdktf-integration-serverless-example) wouldn't it just be a matter of excluding the assets and frontend folders from the glob? In this example yes, since the frontends content...

> If I wanted to have "cloud driven" workflow here, I'd restructure / refactor the codebase extensively. So, perhaps that's more a topic of providing good examples / best practices...

With the `cdktf convert` command you can take the output of terracognita and use it to create an equivalent CDK program

This is not only the case in the matcher tests, but also in the project conversion test in the hcl2cdk package

Updating the stack name should not have an effect on the synthesised code, so that should be no problem. If you want to split one stack into two, while not...

One can use a workaround by passing your context values in as environment variables and read them from your CDKTF program. I think one can also put them in the...

@angeloCabezas Do I read it correctly that the issue is solved?

Awesome, I added you @jfkm69 to the maintainers for this project 👍

We are now using TF CLI, so no need to test against TFE anymore