David Mattia
David Mattia
I have been looking into doing this via a C macro, something to the effect of ```C++ #define JSX(...) create_jsx_from_string(#__VA_ARGS__) ``` that would take the line ```C++ VNode* vnode =...
This should be reopened. @PeterTrotter may have had luck using `integration: lambda-proxy`, but others do need to use `integration: lambda` and this issue persists
Yep, that's my understanding. Though in theory, the EC2s made from this module should be able to be recreated all the time unless you're manually installing deps on the bastion...
1. This can be done by appending the list of public keys to `~/.ssh/authorized_keys` 2. Right now I just let the IP change, but am using DNS so I don't...
cross-fetch `v3.1.5` also seems to use node-fetch `^2.6.7` if that's any easier to use
We could likely update this by updating this line: https://github.com/transcend-io/terragrunt-atlantis-config/blob/master/cmd/generate.go#L751 to remove existing projects with duplicate keys when appending the new ones.
Hey @mustafa89! Could you share how the `iam-roles` module in this example declares it's source terraform module to use? In theory, this tool does try to find all dependencies of...
Could you open a PR adding these files (can use dummy data) to the `test_examples` folder? I can then run some e2e tests and make sure the output is as...
> I would have expected the ../main/terragrunt.hcl line to also have an associated *.tf* line. It seems like it should have! If you can add a repro to the examples...
I haven't yet, but hope to in the coming weeks. Apologies for the delay!