Commit graph

35 commits

Author SHA1 Message Date
Artem
8c5bde2a38
add "-input=false" (#440) 2025-02-10 11:31:15 -05:00
Benjamin Bennett
e0e08fea34
Replacing "Terraform Cloud" with "HCP Terraform" (#413) 2024-05-08 14:05:15 +01:00
anthony
e6e8bf240a
bump actions/github-script from @v6 to @v7 (#411)
* bump `actions/github-script` from `@v6` to  `@v7`

* update ref `@v6` to `@v7`

* Update README.md
2024-04-30 09:30:45 -04:00
Kazuyoshi Yamasaki
2dfb501e55
update readme actions/checkout to v4 (#390) 2024-01-29 07:35:07 +00:00
Brian Flad
d116bd78c2
Mention NodeJS requirement for self-hosted runners (#379)
Reference: https://github.com/hashicorp/setup-terraform/issues/15
2023-11-29 15:25:11 -05:00
Sebastian Korfmann
d648ba0239
upgrade examples to @v3 (#377) 2023-11-27 07:07:44 +00:00
Janne Savikko
f231b15c96
README.md: quote terraform_version attribute value (#279)
Co-authored-by: Austin Valle <austinvalle@gmail.com>
2023-10-17 07:20:19 -04:00
Austin Valle
5aa9444145
[COMPLIANCE] Add copyright and license headers (#327)
* add copywrite changes

* extra slash

* [COMPLIANCE] Add copyright and license headers

* removed incorrect license

* reverted /dist

* add action.yml to copywrite ignore

* revert

* remove dist changes

* revert dist
2023-06-05 11:20:41 -04:00
Chris
1fdd4cd311
Fix incorrect GitHub environment variable mention (#321) 2023-05-03 15:13:24 -04:00
Peter Mescalchin
6f80dc740b
README.md updates - direct links to license and code of conduct, updated GitHub documents link (#244)
* Reference `LICENSE` and `CODE_OF_CONDUCT.md` directly to avoid incorrect branch name in URL

* Update GitHub docs link
2022-10-12 08:20:02 -04:00
Avishai Carmel
98db1427e3
Fix the example of how to comment on pull request. (#220)
It doesn't work without granting permissions.
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
2022-10-12 07:49:47 -04:00
Renaud
174039b7cd
Updated README to reflect GitHub limitations (#205)
* Updated README to reflect GitHub limitations

As GH comments cannot be over a certain size, providing a notice with an alternative.
2022-09-16 12:03:51 -04:00
Peter Mescalchin
1f367ab8a7
Add new-style readme build badges, bump actions/checkout in README.md examples (#188)
* Add new style workflow badges to `README.md`

* `README.md` whitespace cleanup

* Bump `actions/checkout@v3` in `README.md`
2022-09-16 12:01:55 -04:00
James Pogran
17d4c9b804
Release 2.0.0 (#181) 2022-04-18 09:53:12 -04:00
Dustin Dortch
2370d83cb7
Update README.md (#180)
Grammar update for “outputs are” instead of “outputs is”
2022-04-18 09:35:46 -04:00
Kerim Satirli
f9adc4c805
Update Terraform versions and usage in README examples (#176) 2022-04-08 08:25:40 -04:00
Tobias Büschel
b11dc8ad77
docs: update existing PR comments example (#178) 2022-04-08 08:24:17 -04:00
Scott Merrill
453864b4d0
Improve output for PR comment (#129) 2022-03-07 11:04:19 -05:00
Shouichi Kamiya
96784e4df3
Update actions/github-script to v6 in README (#148) 2022-03-03 19:45:07 -05:00
Ken Kaizu
b11809b830
Update readme using github-script@v5 (#135) 2022-03-03 19:36:33 -05:00
Nicholas Drone
6cb54dbd0b
Update readme example (#86)
adds code styling around validation status, and fixes the code block for the issue body creation.
2021-05-13 15:20:26 -07:00
Audrey Eschright
5d2ec201a9
Document pre-release behavior (#73)
* Add user agent reporting to terraform download
* Upgrade js-releases dependency
2020-12-08 11:26:01 -08:00
Alex Jurkiewicz
4c5048fbaf
Improve terraform_version docs (#58)
Fix a documented constraint -- `~0.13` will only install 0.13.0, while `~0.13.0` will install the latest 0.13 release. And mention that prerelease versions cannot be installed with this action.
2020-11-05 15:57:38 -08:00
Paul Tyng
c8ed59d824
Add disclaimer 2020-10-27 15:33:24 -04:00
Matthew Sanabria
f0e69a3f87
Update README.md (#50) 2020-09-17 09:59:58 -04:00
Nick
b976864f20
Fix version examples (#48)
The incorrect versions threw me off and resulted in a strange error:

```
(s || "").replace is not a function
```
2020-09-14 21:27:25 -04:00
Kazuki Higashiguchi
5399fe7c28
update sample yml terraform fmt -check (#44) 2020-09-08 13:50:49 -04:00
Jarek Potiuk
af8505ef0a
Allow to specify range specification instead of fixed version (#38)
That allows to install for example the latest bug-fix version of
terraform 1.12.* even if 1.13 is already installed.

Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>
2020-09-08 10:18:09 -04:00
Kabir Bolatito
da17847d11
Update README.md (#11)
* Update README.md

PR Comment is a big plus to why we opt to use Terraform Github actions. Updated the readme file so that everyone will understand how to take advantage of the terraform concise on PR comment capability

* Update README.md

updated

* Update README.md

replaced the existing example
2020-05-21 10:36:02 -04:00
chenrui
813167dada
Wrap the tf plan output so it is more readable in the PR (#10)
* Wrap the tf plan output so it is more readable in the PR

* Remove extra period.

Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>

Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>
2020-05-15 13:27:42 -04:00
chenrui
3301b9a828
Bump terraform to v0.12.25 (#8)
* Bump terraform to v0.12.25

* Update version ref and tests per PR suggestion
2020-05-14 22:41:26 -04:00
Alex Jurkiewicz
d06122d8cc
Document cli_config_credentials_hostname default (#6) 2020-05-12 10:31:14 -04:00
Matthew Sanabria
6aaacb54d0
Update README.md
Minor typo fix.
2020-05-06 22:45:26 -04:00
Matthew Sanabria
0f3b6675b9 Updating README 2020-05-05 19:46:33 -04:00
Matthew Sanabria
cd5e05ffbf Initial commit 2020-04-25 19:46:30 -04:00