Minor: Implementation of the aws_lambda_event_source_mapping
resource to easily set a stream or a queue as trigger for lambda.
#93
branch.yml
on: pull_request
terraform-module
/
...
/
Readme
terraform-module
/
...
/
Format HCL
18s
terraform-module
/
...
/
bats
42s
terraform-module
/
...
/
Codeowners validate
4s
terraform-module
/
...
/
Labels Validate
1s
terraform-module
/
...
/
Find modules
4s
Matrix: terraform-module / CI / lint
terraform-module
/
...
/
release
Annotations
2 errors and 5 warnings
terraform-module / CI / Lint (./examples/complete)
Process completed with exit code 1.
|
terraform-module / ci
Process completed with exit code 1.
|
terraform-module / CI / Lint (./examples/complete):
examples/complete/main.tf#L10
[tflint] reported by reviewdog 🐶
List items should be accessed using square brackets
Raw Output:
main.tf:10:40: warning: List items should be accessed using square brackets ()
|
terraform-module / CI / Lint (./examples/complete):
examples/complete/main.tf#L11
[tflint] reported by reviewdog 🐶
List items should be accessed using square brackets
Raw Output:
main.tf:11:46: warning: List items should be accessed using square brackets ()
|
terraform-module / CI / Lint (./examples/complete):
examples/complete/main.tf#L92
[tflint] reported by reviewdog 🐶
List items should be accessed using square brackets
Raw Output:
main.tf:92:75: warning: List items should be accessed using square brackets ()
|
terraform-module / CI / Lint (./examples/complete):
examples/complete/variables.tf#L47
[tflint] reported by reviewdog 🐶
variable "source_mapping_arn" is declared but not used
Raw Output:
variables.tf:47:1: warning: variable "source_mapping_arn" is declared but not used ()
|
terraform-module / CI / Lint (./examples/complete):
examples/complete/variables.tf#L59
[tflint] reported by reviewdog 🐶
variable "source_mapping_starting_position_timestamp" is declared but not used
Raw Output:
variables.tf:59:1: warning: variable "source_mapping_starting_position_timestamp" is declared but not used ()
|