Skip to content

Commit

Permalink
Merge pull request #10 from byu-oit/humio
Browse files Browse the repository at this point in the history
Use Humio-Supported Cloudwatch2Humio loggers
  • Loading branch information
Spencer Tuft authored Jun 23, 2022
2 parents 2cb8777 + ad179d7 commit c8fb966
Show file tree
Hide file tree
Showing 12 changed files with 831 additions and 378 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
name: Terraform Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Terraform Setup
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
with:
terraform_version: '0.15.x'
terraform_version: '1.1.x'

- name: Terraform Format
working-directory: "./"
Expand All @@ -29,9 +29,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
terraform: ['0.14.x', '0.15.x', '1.0.x']
terraform: ['0.14.x', '0.15.x', '1.0.x', '1.1.x', '1.2.x']
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -41,7 +42,7 @@ jobs:
aws-region: us-west-2

- name: Terraform Setup
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ${{ matrix.terraform }}

Expand All @@ -51,7 +52,7 @@ jobs:

- name: Terraform Plan
working-directory: ${{ env.tf_working_dir }}
run: terraform plan.tfplan -input=false -out=plan.tfplan
run: terraform plan.tfplan -var 'humio_token=fake-token' -input=false -out=plan.tfplan

- name: Comment Terraform Plan
uses: byu-oit/github-action-tf-plan-comment@v1
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8fb966

Please sign in to comment.