[Existing Resources] Add Team and Schedule #36
branch.yml
on: pull_request
terraform-module
/
...
/
Readme
terraform-module
/
...
/
Format HCL
14s
terraform-module
/
...
/
bats
46s
terraform-module
/
...
/
Codeowners validate
3s
terraform-module
/
...
/
Labels Validate
1s
terraform-module
/
...
/
Find modules
4s
Matrix: terraform-module / CI / lint
terraform-module
/
...
/
release
Annotations
2 errors and 2 warnings
terraform-module / CI / Lint (./modules/config)
Process completed with exit code 1.
|
terraform-module / ci
Process completed with exit code 1.
|
terraform-module / CI / Lint (./modules/config):
modules/config/existing_resources.tf#L20
[tflint] reported by reviewdog 🐶
data "opsgenie_schedule" "this" is declared but not used
Raw Output:
existing_resources.tf:20:1: warning: data "opsgenie_schedule" "this" is declared but not used ()
|
terraform-module / CI / Lint (./modules/config):
modules/config/existing_resources.tf#L26
[tflint] reported by reviewdog 🐶
data "opsgenie_team" "this" is declared but not used
Raw Output:
existing_resources.tf:26:1: warning: data "opsgenie_team" "this" is declared but not used ()
|