Skip to content

Commit a097ae6

Browse files
committed
removing locals.this_apps since it is unused
1 parent 92d4e76 commit a097ae6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

locals.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ locals {
173173

174174
locals {
175175

176-
# List of applications contained in this module
177-
this_apps = [
178-
for app in var.sso_applications : app.name
179-
]
180-
181176
# Creating a local variable by flattening the complex type related to Applications to extract a simple structure representing
182177
# group-application assignments
183178
apps_groups_assignments = flatten([

0 commit comments

Comments
 (0)