Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-iam
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-iam
Commits
72f1935c
Unverified
Commit
72f1935c
authored
Nov 02, 2020
by
Anton Babenko
Committed by
GitHub
Nov 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Updated pre-commit hooks, added terraform_validate (#106)
parent
47f55f96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
.pre-commit-config.yaml
.pre-commit-config.yaml
+3
-2
README.md
modules/iam-assumable-role-with-oidc/README.md
+1
-1
README.md
modules/iam-assumable-role/README.md
+1
-1
No files found.
.pre-commit-config.yaml
View file @
72f1935c
repos
:
repos
:
-
repo
:
git://github.com/antonbabenko/pre-commit-terraform
-
repo
:
git://github.com/antonbabenko/pre-commit-terraform
rev
:
v1.4
3
.0
rev
:
v1.4
4
.0
hooks
:
hooks
:
-
id
:
terraform_fmt
-
id
:
terraform_fmt
-
id
:
terraform_validate
-
id
:
terraform_docs
-
id
:
terraform_docs
-
id
:
terraform_tflint
-
id
:
terraform_tflint
args
:
args
:
...
@@ -20,6 +21,6 @@ repos:
...
@@ -20,6 +21,6 @@ repos:
-
'
--args=--only=terraform_standard_module_structure'
-
'
--args=--only=terraform_standard_module_structure'
-
'
--args=--only=terraform_workspace_remote'
-
'
--args=--only=terraform_workspace_remote'
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
rev
:
v3.
2
.0
rev
:
v3.
3
.0
hooks
:
hooks
:
-
id
:
check-merge-conflict
-
id
:
check-merge-conflict
modules/iam-assumable-role-with-oidc/README.md
View file @
72f1935c
...
@@ -28,7 +28,7 @@ This module supports IAM Roles for kubernetes service accounts as described in t
...
@@ -28,7 +28,7 @@ This module supports IAM Roles for kubernetes service accounts as described in t
| create
\_
role | Whether to create a role |
`bool`
|
`false`
| no |
| create
\_
role | Whether to create a role |
`bool`
|
`false`
| no |
| force
\_
detach
\_
policies | Whether policies should be detached from this role when destroying |
`bool`
|
`false`
| no |
| force
\_
detach
\_
policies | Whether policies should be detached from this role when destroying |
`bool`
|
`false`
| no |
| max
\_
session
\_
duration | Maximum CLI/API session duration in seconds between 3600 and 43200 |
`number`
|
`3600`
| no |
| max
\_
session
\_
duration | Maximum CLI/API session duration in seconds between 3600 and 43200 |
`number`
|
`3600`
| no |
| number
\_
of
\_
role
\_
policy
\_
arns | Number of
custom policies passed to variable role
\_
policy
\_
arns
|
`number`
|
`0`
| no |
| number
\_
of
\_
role
\_
policy
\_
arns | Number of
IAM policies to attach to IAM role
|
`number`
|
`0`
| no |
| oidc
\_
fully
\_
qualified
\_
subjects | The fully qualified OIDC subjects to be added to the role policy |
`set(string)`
|
`[]`
| no |
| oidc
\_
fully
\_
qualified
\_
subjects | The fully qualified OIDC subjects to be added to the role policy |
`set(string)`
|
`[]`
| no |
| oidc
\_
subjects
\_
with
\_
wildcards | The OIDC subject using wildcards to be added to the role policy |
`set(string)`
|
`[]`
| no |
| oidc
\_
subjects
\_
with
\_
wildcards | The OIDC subject using wildcards to be added to the role policy |
`set(string)`
|
`[]`
| no |
| provider
\_
url | URL of the OIDC Provider. Use provider
\_
urls to specify several URLs. |
`string`
|
`""`
| no |
| provider
\_
url | URL of the OIDC Provider. Use provider
\_
urls to specify several URLs. |
`string`
|
`""`
| no |
...
...
modules/iam-assumable-role/README.md
View file @
72f1935c
...
@@ -32,7 +32,7 @@ Trusted resources can be any [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/U
...
@@ -32,7 +32,7 @@ Trusted resources can be any [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/U
| force
\_
detach
\_
policies | Whether policies should be detached from this role when destroying |
`bool`
|
`false`
| no |
| force
\_
detach
\_
policies | Whether policies should be detached from this role when destroying |
`bool`
|
`false`
| no |
| max
\_
session
\_
duration | Maximum CLI/API session duration in seconds between 3600 and 43200 |
`number`
|
`3600`
| no |
| max
\_
session
\_
duration | Maximum CLI/API session duration in seconds between 3600 and 43200 |
`number`
|
`3600`
| no |
| mfa
\_
age | Max age of valid MFA (in seconds) for roles which require MFA |
`number`
|
`86400`
| no |
| mfa
\_
age | Max age of valid MFA (in seconds) for roles which require MFA |
`number`
|
`86400`
| no |
| number
\_
of
\_
custom
\_
role
\_
policy
\_
arns | Number of
custom policies passed to variable custom
\_
role
\_
policy
\_
arns
|
`number`
|
`0`
| no |
| number
\_
of
\_
custom
\_
role
\_
policy
\_
arns | Number of
IAM policies to attach to IAM role
|
`number`
|
`0`
| no |
| poweruser
\_
role
\_
policy
\_
arn | Policy ARN to use for poweruser role |
`string`
|
`"arn:aws:iam::aws:policy/PowerUserAccess"`
| no |
| poweruser
\_
role
\_
policy
\_
arn | Policy ARN to use for poweruser role |
`string`
|
`"arn:aws:iam::aws:policy/PowerUserAccess"`
| no |
| readonly
\_
role
\_
policy
\_
arn | Policy ARN to use for readonly role |
`string`
|
`"arn:aws:iam::aws:policy/ReadOnlyAccess"`
| no |
| readonly
\_
role
\_
policy
\_
arn | Policy ARN to use for readonly role |
`string`
|
`"arn:aws:iam::aws:policy/ReadOnlyAccess"`
| no |
| role
\_
description | IAM Role description |
`string`
|
`""`
| no |
| role
\_
description | IAM Role description |
`string`
|
`""`
| no |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment