-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Extension Version
2.34.5
VS Code Version
this is valid syntax
Operating System
windows 11
Terraform Version
1.12.2
Steps to Reproduce
resource "helm_release" "lb_controller" {
name = "test"
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
namespace = "test"
atomic = true
set = [
{
name = "test"
value = "test"
},
]
}
Expected Behavior
no lint error
Actual Behavior
lint error is highlighted
Terraform Configuration
resource "helm_release" "lb_controller" {
name = "test"
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
namespace = "test"
atomic = true
set = [
{
name = "test"
value = "test"
},
]
}
Project Structure
Gist
No response
Anything Else?
No response
Workarounds
No response
References
No response
Help Wanted
- I'm interested in contributing a fix myself
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
sss-ng, ZhangHanming, SerhiiRohoza, gemyago, AhmedAli7O1 and 11 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working