Ankit Rao

Results 3 comments of Ankit Rao

Hi everyone, I too faced the same issue and tried to use @TorStava s workaround. But further I'm facing the below issue: `unable to prepare context: unable to evaluate symlinks...

Hi @cesar-rodriguez , We are trying to deploy only a single Cloudtrail. Refer below snippet: `resource "aws_cloudtrail" "service" { count = 1 name = "${var.env}-cloudtrail" s3_key_prefix = "${var.env}-cloudtrail-logs" enable_logging =...

Hi @cesar-rodriguez , Apologies for the late response. The skip flag works locally when using terrascan. But through the action, it somehow doesn't seem to work. Also, can you please...