Skip to content

Commit 88c88b5

Browse files
committed
Apply pre-commit checks
1 parent 90f982e commit 88c88b5

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

modules/user_groups_assignment/data.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ data "aws_identitystore_group" "existing_sso_group" {
2929
}
3030
}
3131
}
32-
33-

modules/user_groups_assignment/locals.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# - Users and Groups
1+
# - Users and Groups
22
locals {
33
# Create a new local variable by flattening the complex type given in the variable "sso_users"
44
flatten_user_data = flatten([
@@ -17,4 +17,3 @@ locals {
1717
# - Fetch SSO Instance ARN and SSO Instance ID -
1818
sso_instance_id = tolist(data.aws_ssoadmin_instances.sso_instance.identity_store_ids)[0]
1919
}
20-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

tests/user_groups_assignment_unit-tests.tftest.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ run "check_for_invalid_group" {
5353
expect_failures = [
5454
var.user_groups_mapping
5555
]
56-
}
56+
}

0 commit comments

Comments
 (0)