Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -569,7 +569,7 @@ resource "aws_s3_bucket" "foo-bucket" { | `infracost-enabled` / `TF_INFRACOST_ENABLED` | Set to `true` to enable infracost | _none_ (disabled) | | `infracost-image` / `TF_INFRACOST_IMAGE` | the infracost container image | `registry.hub.docker.com/infracost/infracost` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-TF_INFRACOST_IMAGE) | | `infracost-args` / `TF_INFRACOST_ARGS` | infracost [CLI options and args](https://www.infracost.io/docs/#usage) | `breakdown` | | `infacost-usage-file` / `TF_INFACOST_USAGE_FILE` | infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file) | `infracost-usage.yml` | | `infracost-usage-file` / `TF_INFRACOST_USAGE_FILE` | infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file) | `infracost-usage.yml` | | :lock: `INFRACOST_API_KEY`| the infracost API key | **required** | To use infracost, an api key is needed. Loading kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ "default": "breakdown" }, { "name": "TF_INFACOST_USAGE_FILE", "name": "TF_INFRACOST_USAGE_FILE", "description": "infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file)", "default": "infracost-usage.yml" }, Loading templates/gitlab-ci-terraform.yml +4 −4 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ spec: infracost-args: description: infracost [CLI options and args](https://www.infracost.io/docs/#usage) default: breakdown infacost-usage-file: infracost-usage-file: description: infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file) default: infracost-usage.yml tflint-disabled: Loading Loading @@ -326,7 +326,7 @@ variables: TF_CHECKOV_ARGS: $[[ inputs.checkov-args ]] TF_INFRACOST_IMAGE: $[[ inputs.infracost-image ]] TF_INFRACOST_ARGS: $[[ inputs.infracost-args ]] TF_INFACOST_USAGE_FILE: $[[ inputs.infacost-usage-file ]] TF_INFRACOST_USAGE_FILE: $[[ inputs.infracost-usage-file ]] TF_FMT_ARGS: $[[ inputs.fmt-args ]] # tf-docs job config TF_DOCS_IMAGE: $[[ inputs.docs-image ]] Loading Loading @@ -965,8 +965,8 @@ stages: # shellcheck disable=SC2154 log_info "--- \\e[32minfracost\\e[0m" if [[ "${TF_INFACOST_USAGE_FILE}" ]];then tf_usagefile="--sync-usage-file --usage-file ${TF_INFACOST_USAGE_FILE}" if [[ "${TF_INFRACOST_USAGE_FILE}" ]];then tf_usagefile="--sync-usage-file --usage-file ${TF_INFRACOST_USAGE_FILE}" fi # shellcheck disable=SC2086 infracost ${TF_INFRACOST_ARGS} ${tf_usagefile} --path . Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -569,7 +569,7 @@ resource "aws_s3_bucket" "foo-bucket" { | `infracost-enabled` / `TF_INFRACOST_ENABLED` | Set to `true` to enable infracost | _none_ (disabled) | | `infracost-image` / `TF_INFRACOST_IMAGE` | the infracost container image | `registry.hub.docker.com/infracost/infracost` <br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-TF_INFRACOST_IMAGE) | | `infracost-args` / `TF_INFRACOST_ARGS` | infracost [CLI options and args](https://www.infracost.io/docs/#usage) | `breakdown` | | `infacost-usage-file` / `TF_INFACOST_USAGE_FILE` | infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file) | `infracost-usage.yml` | | `infracost-usage-file` / `TF_INFRACOST_USAGE_FILE` | infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file) | `infracost-usage.yml` | | :lock: `INFRACOST_API_KEY`| the infracost API key | **required** | To use infracost, an api key is needed. Loading
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ "default": "breakdown" }, { "name": "TF_INFACOST_USAGE_FILE", "name": "TF_INFRACOST_USAGE_FILE", "description": "infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file)", "default": "infracost-usage.yml" }, Loading
templates/gitlab-ci-terraform.yml +4 −4 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ spec: infracost-args: description: infracost [CLI options and args](https://www.infracost.io/docs/#usage) default: breakdown infacost-usage-file: infracost-usage-file: description: infracost [usage file](https://www.infracost.io/docs/usage_based_resources/#infracost-usage-file) default: infracost-usage.yml tflint-disabled: Loading Loading @@ -326,7 +326,7 @@ variables: TF_CHECKOV_ARGS: $[[ inputs.checkov-args ]] TF_INFRACOST_IMAGE: $[[ inputs.infracost-image ]] TF_INFRACOST_ARGS: $[[ inputs.infracost-args ]] TF_INFACOST_USAGE_FILE: $[[ inputs.infacost-usage-file ]] TF_INFRACOST_USAGE_FILE: $[[ inputs.infracost-usage-file ]] TF_FMT_ARGS: $[[ inputs.fmt-args ]] # tf-docs job config TF_DOCS_IMAGE: $[[ inputs.docs-image ]] Loading Loading @@ -965,8 +965,8 @@ stages: # shellcheck disable=SC2154 log_info "--- \\e[32minfracost\\e[0m" if [[ "${TF_INFACOST_USAGE_FILE}" ]];then tf_usagefile="--sync-usage-file --usage-file ${TF_INFACOST_USAGE_FILE}" if [[ "${TF_INFRACOST_USAGE_FILE}" ]];then tf_usagefile="--sync-usage-file --usage-file ${TF_INFRACOST_USAGE_FILE}" fi # shellcheck disable=SC2086 infracost ${TF_INFRACOST_ARGS} ${tf_usagefile} --path . Loading