aterreno

Results 13 comments of aterreno

No progress on this @victorquinn ? It has been more than a year now?

I am having the same exact use case as @raxityo where I'd like to have a base config, good for development, which gets overwritten with secret values at CI/CD build/compilation....

@leetmachine I wonder if this is the same issue we faced, I've found out that for 'some' (sorry I can't be more specific, I just tried one or two) aws-sdk...

Sorry to post here after so long, I still don't understand how the responseTemplate should look like. ours is currently just: ```$util.toJson($ctx.result)``` I'd like to add standard security headers such...

Resolved the same way - this problem appears also on kube-cluster. A good solution would be somewhere in the scripts to probe if libev.4.dylib is installed or not...

this is mega annoying and still happening btw. I am not sure it's related to the provider, it would be good for the action to have a pre-command to run...

@rodrigobrim I've endedup installing the plugin all the times ```yaml - name: Install Pulumi CLI uses: pulumi/setup-pulumi@v2 - name: Install pulumi aws plugin run: pulumi plugin install resource aws v5.9.2...

@cobraz apologies for late reply, we use yarn and cache action, snippet: ```yaml - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - uses:...

I see now progressing the install I get this ```bash #11 52.97 #11 52.97 2021-06-15 14:40:33 (593 KB/s) - ‘amazon-ssm-agent.deb’ saved [31597536/31597536] #11 52.97 #11 52.98 + dpkg -i amazon-ssm-agent.deb...