feat: Configure tflint & tf format pipelines along with fixing any issues #2
Annotations
1 error and 12 warnings
tflint-checks
Process completed with exit code 1.
|
tflint-checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
tflint-checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2, terraform-linters/setup-tflint@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tflint-checks:
modules/database/main.tf#L136
Interpolation-only expressions are deprecated in Terraform v0.12.14
|
tflint-checks:
modules/database/main.tf#L6
Missing version constraint for provider "random" in `required_providers`
|
tflint-checks:
modules/database/main.tf#L68
Missing version constraint for provider "aws" in `required_providers`
|
tflint-checks:
modules/database/main.tf#L1
terraform "required_version" attribute is required
|
tflint-checks:
modules/database/variables.tf#L74
variable "iam_database_authentication_enabled" is declared but not used
|
tflint-checks:
examples/private-access-only/versions.tf#L1
terraform "required_version" attribute is required
|
tflint-checks:
examples/public-dns-external/main.tf#L59
Missing version constraint for provider "aws" in `required_providers`
|
tflint-checks:
examples/public-dns-external/main.tf#L63
Missing version constraint for provider "kubernetes" in `required_providers`
|
tflint-checks:
examples/public-dns-external/main.tf#L74
Missing version constraint for provider "helm" in `required_providers`
|
tflint-checks:
examples/public-dns-external/main.tf#L1
terraform "required_version" attribute is required
|