Skip to content

Commit

Permalink
fix: terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Sep 23, 2024
1 parent 5fe1f24 commit 80082ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module "auth-role" {
policy_enabled = true
policy = data.aws_iam_policy_document.authenticated.json

managedby = var.managedby
repository = var.repository
managedby = var.managedby
repository = var.repository
}

data "aws_iam_policy_document" "authenticated_assume" {
Expand Down Expand Up @@ -83,8 +83,8 @@ module "unauth-role" {
policy_enabled = true
policy = data.aws_iam_policy_document.unauthenticated.json

managedby = var.managedby
repository = var.repository
managedby = var.managedby
repository = var.repository
}

data "aws_iam_policy_document" "unauthenticated_assume" {
Expand Down

0 comments on commit 80082ce

Please sign in to comment.