Skip to content

Commit ed9aca5

Browse files
committed
fix: missing comma
1 parent 47d4286 commit ed9aca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/single-account-k8s/cloud-connector.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ resource "helm_release" "cloud_connector" {
100100
aws-ecr-inline = {},
101101
} : {},
102102
local.ecs_standalone_scanning ? {
103-
aws-ecs-inline = {}
103+
aws-ecs-inline = {},
104104
} : {},
105105
)
106106
] : []

0 commit comments

Comments
 (0)