Skip to content

disable acl by default and update min ssl protocol version (#6) #34

disable acl by default and update min ssl protocol version (#6)

disable acl by default and update min ssl protocol version (#6) #34

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform Init
id: init
run: terraform init
# Validate fails because alias provider is required so commented temporarily
# - name: Terraform Validate
# id: validate
# run: terraform validate