Skip to content

Commit 4f0292f

Browse files
committed
Lint Fixes
1 parent 9d964ba commit 4f0292f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/demo_account/filters.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "opslevel_filter" "python" {
2-
name = "Python Services"
2+
name = "Python Services"
33
connective = "and"
44
predicate {
55
key = "language"

modules/demo_account/services.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "services_from_csv" {
3535
}
3636

3737
module "teams_from_csv" {
38-
for_each = {for team in local.csv_teams : team => team }
38+
for_each = { for team in local.csv_teams : team => team }
3939

4040
source = "../team"
4141

0 commit comments

Comments
 (0)