Skip to content

Commit

Permalink
Merge pull request #45 from HENNGE/bump-to-v1.0.7
Browse files Browse the repository at this point in the history
Bump to v1.0.7
  • Loading branch information
sharu1204 authored Feb 16, 2023
2 parents 2ececcb + 1ca74ab commit 2aafa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,20 @@ jobs:
- uses: actions/checkout@v2

- name: Update terraform
uses: HENNGE/[email protected].6
uses: HENNGE/[email protected].7
with:
resource: "terraform"
file_path: "./tf/config.tf"

- name: Update terraform provider
uses: HENNGE/[email protected].6
uses: HENNGE/[email protected].7
with:
resource: "provider"
provider_name: "aws"
file_path: "./tf/config.tf"

- name: Update terraform module
uses: HENNGE/[email protected].6
uses: HENNGE/[email protected].7
with:
resource: "module"
module_name: "terraform-aws-modules/vpc/aws"
Expand Down

0 comments on commit 2aafa3f

Please sign in to comment.