Skip to content

Conversation

@GiamPy5
Copy link
Owner

@GiamPy5 GiamPy5 commented Jun 20, 2024

No description provided.

Comment on lines +69 to +72
resource "aws_iam_group" "directus" {
name = "${var.application_name}-service-user"
path = "/${var.application_name}/"
}

Check warning

Code scanning / defsec

IAM groups should have MFA enforcement activated.

Multi-Factor authentication is not enforced for group
@GiamPy5 GiamPy5 merged commit 13f783b into main Jun 25, 2024
@GiamPy5 GiamPy5 deleted the fixes-tfsec-warnings branch June 25, 2024 19:39
GiamPy5 pushed a commit that referenced this pull request Jun 25, 2024
## [0.3.1](v0.3.0...v0.3.1) (2024-06-25)

### Bug Fixes

* Fixes tfsec warnings ([#7](#7)) ([13f783b](13f783b))
@GiamPy5
Copy link
Owner Author

GiamPy5 commented Jun 25, 2024

This PR is included in version 0.3.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants