fix(route53): multivalue txt records to allow certbot to add acme-cha… #145
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by cdkactions. Do not modify | |
# Generated as part of the 'terraform' stack. | |
name: Lint terraform files | |
on: | |
push: | |
paths: | |
- terraform/**.tf | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: hashicorp/setup-terraform@v1 | |
- run: terraform fmt -check -recursive terraform |