Skip to content

Releases: suzuki-shunsuke/github-action-terraform-init

v1.1.1

17 Jul 00:46
v1.1.1
a0f2e06
Compare
Choose a tag to compare

v1.1.0...v1.1.1

Fixes

#18 Replace github.action_path with GITHUB_ACTION_PATH

v1.1.1-1

15 Jul 22:30
v1.1.1-1
29c2316
Compare
Choose a tag to compare
v1.1.1-1 Pre-release
Pre-release

v1.1.0

28 Feb 05:11
v1.1.0
71673ab
Compare
Choose a tag to compare

v1.0.0...v1.1.0

Features

#16 Support executing Terraform compatible tools instead of Terraform

v1.0.0

20 Oct 13:21
v1.0.0
f302041
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v1.0.0

v0.1.4

25 Feb 10:42
2938445
Compare
Choose a tag to compare

Pull Requests | v0.1.3...v0.1.4

Feature

#9 #10 Support changing terraform providers lock options

The input providers_lock_opts was added.

e.g.

- uses: suzuki-shunsuke/github-action-terraform-init@v0.1.4
  with:
    github_app_token: ${{ secrets.GH_ACCESS_TOKEN }}
    providers_lock_opts: -platform=linux_amd64 -platform=darwin_amd64

v0.1.4-0

17 Feb 11:44
2938445
Compare
Choose a tag to compare
v0.1.4-0 Pre-release
Pre-release

Pull Requests | v0.1.3...v0.1.4-0

Feature

#9 #10 Support changing terraform providers lock options

The input providers_lock_opts was added.

e.g.

- uses: suzuki-shunsuke/github-action-terraform-init@v0.1.2
  with:
    github_app_token: ${{ secrets.GH_ACCESS_TOKEN }}
    providers_lock_opts: -platform=linux_amd64 -platform=darwin_amd64

v0.1.3

23 Jan 00:19
175b152
Compare
Choose a tag to compare

v0.1.2

14 Jan 06:04
bddcf14
Compare
Choose a tag to compare

v0.1.1

14 Jan 05:07
f552240
Compare
Choose a tag to compare

v0.1.0

30 Oct 00:25
df325f7
Compare
Choose a tag to compare
Merge pull request #4 from suzuki-shunsuke/fix/fix-main

fix: fix main.sh