Igor D'Astolfo
Igor D'Astolfo
IMHO, it's better, in this way you give the user the freedom to call the file 0-global.auto.tfvars, 00-global.auto.tfvars or whatever it fits his/her needs. Please note that for files in...
I tested the patch, it's not working, because this test: `if [ -f "${CURRENT}/tfvars/global.auto.tfvars" ]; then` is matching only if the file is named global.auto.tfvars, you should a more elaborate...
Hostmetrics could be very useful also in the scenarios where we want to monitor plain EC2 instances, this could allow us to have a single agent and funnel all signals...
There's an open bug on sam cli project that probably is related to what we're observing here: https://github.com/aws/aws-sam-cli/issues/7523.
Hi all, I'm facing the same issue since python3.12:1.132 has been released. I'm using sam build --use-container in a AWS Codebuild pipeline. The EC2 running underneath is an Ubuntu Standard...
Update on the issue with Codebuild: it seems that after the last update of Codebuild image that happened on Jan 29th, sam build is working again, so on my side...
The command `docker run --privileged --rm public.ecr.aws/eks-distro-build-tooling/binfmt-misc:qemu-v7.0.0 --install arm64` is required to add the compatibility layer that allows a x86_64 host to build for arm64, maybe adding the support for...
The error message usually means that terraform is eating all the available memory. From the description you made this seems to be the case. Currently the customizations pipeline uses an...
From what I see from the source code the parameter is not managed, but you can add the relevant options using `-backend-config=key=value` in `commandOptions ` Eg: ```yaml - task: TerraformCLI@0...
I would be more than happy to review it, what do I need to do? I don't know the checkov rules review process.