Skip to content

build(deps): update terraform-aws-modules/acm/aws requirement from ~> 4.3.1 to ~> 5.0.0 #95

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

build(deps): update terraform-aws-modules/acm/aws requirement from ~> 4.3.1 to ~> 5.0.0 #95

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@v2
- name: Terraform Validate
run: |
terraform init
terraform validate