Skip to content

Commit

Permalink
Added managedby and repository to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elian M. Ercuta committed Sep 23, 2024
1 parent f6f2aa2 commit 2d0853f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ module "auth-role" {

policy_enabled = true
policy = data.aws_iam_policy_document.authenticated.json

managedby = var.managedby
repository = var.repository
}

data "aws_iam_policy_document" "authenticated_assume" {
Expand Down Expand Up @@ -79,6 +82,9 @@ module "unauth-role" {

policy_enabled = true
policy = data.aws_iam_policy_document.unauthenticated.json

managedby = var.managedby
repository = var.repository
}

data "aws_iam_policy_document" "unauthenticated_assume" {
Expand Down

0 comments on commit 2d0853f

Please sign in to comment.