Skip to content

Fixed Deprecated aws_s3_bucket Options #149

Fixed Deprecated aws_s3_bucket Options

Fixed Deprecated aws_s3_bucket Options #149

Triggered via pull request January 16, 2024 21:14
Status Failure
Total duration 50s
Artifacts

feature-branch.yml

on: pull_request
terraform-module  /  ...  /  format
15s
terraform-module / ci-terraform / format
terraform-module  /  ...  /  validate
7s
terraform-module / ci-readme / validate
terraform-module  /  ...  /  validate
7s
terraform-module / ci-codeowners / validate
terraform-module  /  ci-labels
8s
terraform-module / ci-labels
terraform-module  /  ...  /  lint-find-dirs
4s
terraform-module / ci-terraform / lint-find-dirs
Matrix: terraform-module / ci-terraform / lint
terraform-module  /  ci
0s
terraform-module / ci
Fit to window
Zoom out
Zoom in

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] : []