Skip to content

Commit

Permalink
Merge pull request #16 from BrownUniversity/chore-summer-24-updates
Browse files Browse the repository at this point in the history
Chore summer 24 updates
  • Loading branch information
broestls authored Aug 14, 2024
2 parents 71f04ad + e557488 commit bcba3c9
Show file tree
Hide file tree
Showing 21 changed files with 144 additions and 955 deletions.
104 changes: 0 additions & 104 deletions .github/workflows/kitchen-tests.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/terraform-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: terraform-tests

on:
push:
branches:
- "main"
tags:
- "v*.*.*"
pull_request:
branches:
- "main"

jobs:
terraform-tests:
runs-on: self-hosted
container:
image: hashicorp/terraform:1.9
steps:
- uses: actions/checkout@v4
- name: Run terraform test
run: |
terraform init
terraform test
env:
INFOBLOX_SERVER: ${{ secrets.INFOBLOX_JHUB_HOST }}
INFOBLOX_USERNAME: ${{ secrets.INFOBLOX_JHUB_USER }}
INFOBLOX_PASSWORD: ${{ secrets.INFOBLOX_JHUB_PSWD }}
20 changes: 0 additions & 20 deletions .kitchen.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.81.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
rev: v1.92.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

26 changes: 0 additions & 26 deletions Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

Loading

0 comments on commit bcba3c9

Please sign in to comment.