Aurélien Joga

Results 37 comments of Aurélien Joga

> I had this issue and after some head banging found out it was due to deleting an IAM policy and creating using the same name, simply changing the IAM...

> I'm getting an "Access denied Error code 1020" error from Cloudflare attempting to load https://ua.energy/ from Canada, I guess it got geolocked? Working well in France too

Workaround inspired from https://stackoverflow.com/a/16595367 : `lychee --verbose -- $(find . -not \( -path ./tests -prune \) -name '*.py' -print0 |xargs --null)`

thanks hehe =) I've spent a bit of time trying to reuse that snippet in a github action with no luck. I found more useful to `rm -fr` the part...

Hi @teolemon -- I see the issue still open, didn't the PR solve this issue?

@StFS I had the same experience, but when I created the EventBridge Rule on the AWS console I noticed the following warning that made me understand that the console made...

> @ajoga We could improve the output to mention if an error was already existing or was introduced by last commit, making easier to understand were they come from. Should...

I worked a bit on my pipeline today, it seems that the rule role-name may be the only rule that exhibit this issue! Excluding role-name makes `ansible-lint` to return 0...

> Please let me know if these items satisfy the feature requests here and we can close this out! Hey, thank you for this. However I came to Github because...

Same issue here whether I specify `id` or `name`. ``` data "vra_deployment" "this" { id = "01cc2b84-357a-4fd9-98d9-0f7a94922da1" } ``` ``` ╷ │ Error: error setting deployment inputs - error: &errors.errorString{s:"inputs.Local_Mapping1:...