ContainerSolutions/terraform-examples

Fix tflint errors

开放

#176 创建于 2022年8月3日

 (2 条评论) (0 个反应) (0 位负责人)HCL (52 个派生)github user discovery
CIgood first issue

仓库指标

星标
 (162 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Check for latest runs and fix deprecation related errors

Example error: https://github.com/ContainerSolutions/terraform-examples/runs/7654637304?check_suite_focus=true#step:4:1494

Warning: Interpolation-only expressions are deprecated in Terraform v0.12.14 (terraform_deprecated_interpolation)

  on main.tf line 23:
  23:     "${file("values.yaml")}"

Reference: https://github.com/terraform-linters/tflint/blob/v0.39.1/docs/rules/terraform_deprecated_interpolation.md

贡献者指南