Skip to content

Commit d267203

Browse files
committed
chore: apply pre-commit
1 parent 62bd495 commit d267203

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

modules/account_permissions_assignment/data.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ data "aws_ssoadmin_permission_set" "this" {
3636
name = each.value
3737
depends_on = [null_resource.sso_permission_set_dependency]
3838
}
39-
40-
41-

modules/account_permissions_assignment/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ locals {
2525
])
2626
permission_set_list = toset(local.all_permission_sets)
2727
}
28-

modules/account_permissions_assignment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resource "aws_ssoadmin_account_assignment" "this" {
1212
principal_type = local.principal_type
1313
target_id = each.value.acc_id
1414
target_type = local.target_type
15-
}
15+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "assignments" {
22
description = "The account assignment resources created for AWS SSO. Each resource includes details about the account, permission set, principal, and the status of the assignment."
33
value = aws_ssoadmin_account_assignment.this
4-
}
4+
}

tests/account_permission_assignment_unit-tests.tftest.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ run "validate_empty_permission_sets_list" {
5050
expect_failures = [
5151
var.account_assignments.this[0].permission_sets
5252
]
53-
}
53+
}

0 commit comments

Comments
 (0)