Skip to content

Commit

Permalink
with new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Sep 6, 2023
1 parent 08e1136 commit cdb9b32
Show file tree
Hide file tree
Showing 10 changed files with 3,517 additions and 6,411 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
run: go build -o ${{ github.workspace }} ./...


- name: Generate AWS
- name: Checkout AWS
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: hashicorp/terraform-provider-aws
path: aws

- name: Parse AWS
- name: Parse Azurerm
run: ${{ github.workspace }}/pike parse -d ${{ github.workspace }}/aws -name aws

- name: Generate AZURERM
- name: Checkout AZURERM
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: hashicorp/terraform-provider-azurerm
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ __debug_bin.exe
.pike
provider.azure.tf
provider.azurerm.tf
terraform-provider-*
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ repos:
hooks:
- id: gofmt
- id: goimports
exclude: src/parse/terraform-provider-*
- repo: https://github.com/syntaqx/git-hooks
rev: v0.0.18
hooks:
Expand Down
Loading

0 comments on commit cdb9b32

Please sign in to comment.