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
{{ message }}
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
The linter should not produce any warnings for this Terraform code.
Actual Behavior
The linter complains that "argument names must not be quoted" even through argument names can be quoted here. In fact, in this case the opposite is true. I must use quotes here since my argument names contain "." and Terraform would evaluate those as variables without the quotes.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create a new "HashiCorp Configuration Language" scratch file.