Skip to content

Commit

Permalink
Deprecation of Kitchen-Terraform (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis authored Apr 14, 2024
1 parent 365ccf2 commit 421bb0e
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 875 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Terraform Tests

on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths-ignore:
- "**.md"

permissions:
id-token: write

jobs:
default:
name: "Default"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/test.yml@v0.2.3
if: github.actor != 'dependabot[bot]'
with:
service_account: "plt-lz-testing-github@ptl-lz-terraform-tf91-sb.iam.gserviceaccount.com"
terraform_version: ${{ vars.TERRAFORM_VERSION }}
workload_identity_provider: "projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down
12 changes: 0 additions & 12 deletions Gemfile

This file was deleted.

Loading

0 comments on commit 421bb0e

Please sign in to comment.