Skip to content

build(deps): update terraform-aws-modules/acm/aws requirement from ~>… #120

build(deps): update terraform-aws-modules/acm/aws requirement from ~>…

build(deps): update terraform-aws-modules/acm/aws requirement from ~>… #120

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
- name: Terraform Validate
run: |
terraform init
terraform validate