Skip to content

Commit

Permalink
Merge pull request #10 from clouddrove/0.15
Browse files Browse the repository at this point in the history
fix terratest
  • Loading branch information
Om Sharma authored Jul 9, 2021
2 parents 26ed826 + 1ba17d6 commit 3adc317
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 576 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
uses: actions/checkout@v2.3.4

- name: Set up Python 3.7.
- name: 'Set up Python 3.7'
uses: actions/setup-python@v2
with:
python-version: '3.x'
Expand All @@ -26,11 +26,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}


- name: pre-commit check errors
- name: 'pre-commit check errors'
uses: pre-commit/action@v2.0.0
continue-on-error: true

- name: pre-commit fix erros
- name: 'pre-commit fix errors'
uses: pre-commit/action@v2.0.0
continue-on-error: true

Expand Down
20 changes: 0 additions & 20 deletions _example/.terraform.lock.hcl

This file was deleted.

2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ provider "aws" {
module "iam-role" {
source = "./../"

name = "iam-role"
name = "iam"
environment = "test"
label_order = ["environment", "name"]

Expand Down
8 changes: 0 additions & 8 deletions _test/go.mod

This file was deleted.

Loading

0 comments on commit 3adc317

Please sign in to comment.