You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid type specification
on variables.tf line 82, in variable "origins":
82: http_port = optional(number, 80)
Optional attribute modifier expects only one argument: the attribute type.
latest: Pulling from terraform-linters/tflint-bundleDigest: sha256:ae5f7982d6723ca817db6439565c483ffa083162eca1821cd680518b4e97d116Status: Image is up to date for ghcr.io/terraform-linters/tflint-bundle:latestghcr.io/terraform-linters/tflint-bundle:latest
$ terraform -vTerraform v1.3.0-rc1
The text was updated successfully, but these errors were encountered:
bendrucker
changed the title
tflint doesn't support new Terraform 1.3 optional and default values syntax
Terraform 1.3
Sep 15, 2022
Introduction
Actual error with latest tflint:
Expected Behavior
No errors outputed.
Additional Context
The text was updated successfully, but these errors were encountered: