Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
datateam
PLA Infrastructure
aws
IAM
Iam Group With Assumable Roles Policy
Commits
a7deb3b2
Commit
a7deb3b2
authored
Aug 08, 2022
by
Diogo Constantino
Browse files
skipping checkov false positives
parent
05cdb00d
Pipeline
#501739
passed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.tf
View file @
a7deb3b2
...
...
@@ -24,6 +24,8 @@ resource "aws_iam_group_policy_attachment" "this" {
}
resource
"aws_iam_group_membership"
"this"
{
#checkov:skip=CKV2_AWS_21:users are defined on variables
#checkov:skip=CKV2_AWS_14:users are defined on variables
count
=
length
(
var
.
group_users
)
>
0
?
1
:
0
group
=
aws_iam_group
.
this
.
id
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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