Skip to content

Commit

Permalink
Lint Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Feb 3, 2025
1 parent 9d964ba commit 4f0292f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/demo_account/filters.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "opslevel_filter" "python" {
name = "Python Services"
name = "Python Services"
connective = "and"
predicate {
key = "language"
Expand Down
2 changes: 1 addition & 1 deletion modules/demo_account/services.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "services_from_csv" {
}

module "teams_from_csv" {
for_each = {for team in local.csv_teams : team => team }
for_each = { for team in local.csv_teams : team => team }

source = "../team"

Expand Down

0 comments on commit 4f0292f

Please sign in to comment.