Skip to content

Allow tags to be passed to all resources in the module, add ignore to IAM Policies, adds Encryption to S3, and Blocks Public Access #4

Allow tags to be passed to all resources in the module, add ignore to IAM Policies, adds Encryption to S3, and Blocks Public Access

Allow tags to be passed to all resources in the module, add ignore to IAM Policies, adds Encryption to S3, and Blocks Public Access #4

Workflow file for this run

name: checks
on:
pull_request:
jobs:
pre-commit:
permissions:
contents: read
runs-on: ubuntu-latest
container: ksoc/terraform-toolkit:1.0.8
steps:
- name: clone repo
uses: actions/checkout@v4
- name: pre-commit checks
run: pre-commit-checks