File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 86
86
id-token : write
87
87
steps :
88
88
- name : Configure AWS credentials
89
- uses : aws-actions/configure-aws-credentials@v1
89
+ uses : aws-actions/configure-aws-credentials@v1.7.0
90
90
with :
91
91
aws-region : ${{ secrets.AWS_REGION }}
92
92
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions
Original file line number Diff line number Diff line change 4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_tflint
7
+ args :
8
+ - ' --args=--only=terraform_deprecated_interpolation'
9
+ - ' --args=--only=terraform_deprecated_index'
10
+ - ' --args=--only=terraform_unused_declarations'
11
+ - ' --args=--only=terraform_comment_syntax'
12
+ - ' --args=--only=terraform_documented_outputs'
13
+ - ' --args=--only=terraform_documented_variables'
14
+ - ' --args=--only=terraform_typed_variables'
15
+ - ' --args=--only=terraform_module_pinned_source'
16
+ - ' --args=--only=terraform_naming_convention'
17
+ - ' --args=--only=terraform_required_version'
18
+ - ' --args=--only=terraform_required_providers'
19
+ - ' --args=--only=terraform_standard_module_structure'
20
+ - ' --args=--only=terraform_workspace_remote'
7
21
- id : terraform_validate
8
22
- repo : https://github.com/pre-commit/pre-commit-hooks
9
23
rev : v4.4.0
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This Terraform module enables you to configure GitLab Runners as an AWS IAM OIDC
8
8
- AWS Account(s) and credentials
9
9
- GitLab repository
10
10
- Terraform >= 1.x
11
+ - ...
11
12
- Profit?
12
13
13
14
## Deployment / Usage
@@ -37,7 +38,9 @@ Please see [TERRAFORM.md](./TERRAFORM.md)
37
38
38
39
## GitLab Runner
39
40
40
- Retrieve temporary credentials via [ GitLab Runner] ( https://github.com/saidsef/terraform-aws-gitlab-oidc/blob/2b26d4f844a0ed52b10c72100e744d38965ab748/.gitlab-ci.yml#L16-L28 )
41
+ Retrieve temporary credentials via [ GitLab Runner] ( https://github.com/saidsef/terraform-aws-gitlab-oidc/blob/a9f7cf02fd5789b41f2aca5978c752b8fc843977/.gitlab-ci.yml#L16-L28 )
42
+
43
+ https://github.com/saidsef/terraform-aws-gitlab-oidc/blob/a9f7cf02fd5789b41f2aca5978c752b8fc843977/.gitlab-ci.yml#L16-L28
41
44
42
45
## Source
43
46
You can’t perform that action at this time.
0 commit comments