Fixed Deprecated aws_s3_bucket Options #149
feature-branch.yml
on: pull_request
terraform-module
/
...
/
format
15s
terraform-module
/
...
/
validate
7s
terraform-module
/
...
/
validate
7s
terraform-module
/
ci-labels
8s
terraform-module
/
...
/
lint-find-dirs
4s
Matrix: terraform-module / ci-terraform / lint
terraform-module
/
ci
0s
Annotations
2 errors and 3 warnings
terraform-module / ci-terraform / format
Process completed with exit code 1.
|
terraform-module / ci
Process completed with exit code 1.
|
terraform-module / ci-terraform / format:
main.tf#L7
[terraform fmt -recursive] reported by reviewdog 🐶
Raw Output:
main.tf:7:- s3_origin_enabled = local.enabled && ! var.website_enabled
main.tf:7:+ s3_origin_enabled = local.enabled && !var.website_enabled
|
terraform-module / ci-terraform / format:
main.tf#L50
[terraform fmt -recursive] reported by reviewdog 🐶
Raw Output:
main.tf:50:- lookup_cf_log_bucket = local.cloudfront_access_logging_enabled && ! local.cloudfront_access_log_create_bucket
main.tf:50:+ lookup_cf_log_bucket = local.cloudfront_access_logging_enabled && !local.cloudfront_access_log_create_bucket
|
terraform-module / ci-terraform / format:
main.tf#L463
[terraform fmt -recursive] reported by reviewdog 🐶
Raw Output:
main.tf:463:- for_each = ! var.website_enabled ? [1] : []
main.tf:463:+ for_each = !var.website_enabled ? [1] : []
|