File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ Make sure that your workflow already have the credentials needed by your Terrafo
15
15
(e.g. authenticate to AWS with [ aws-actions/configure-aws-credentials] ( https://github.com/aws-actions/configure-aws-credentials ) )
16
16
``` yaml
17
17
steps :
18
- - uses : HENNGE/terraform-check@main
18
+ - uses : HENNGE/terraform-check@v0.1.0
19
19
with :
20
20
directory : infra/tf
21
21
` ` `
22
22
23
23
Specific Terraform version can be used:
24
24
` ` ` yaml
25
25
steps :
26
- - uses : HENNGE/terraform-check@main
26
+ - uses : HENNGE/terraform-check@v0.1.0
27
27
with :
28
28
directory : infra/tf
29
29
terraform_version : 1.1.7
@@ -33,7 +33,7 @@ Detailed report can be automatically posted as a pull request comment.
33
33
Make sure that Github token has permission to write into pull requests.
34
34
` ` ` yaml
35
35
steps :
36
- - uses : HENNGE/terraform-check@main
36
+ - uses : HENNGE/terraform-check@v0.1.0
37
37
with :
38
38
directory : infra/tf
39
39
post_comment : true
You can’t perform that action at this time.
0 commit comments