Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiline text that ends with a comma, breaks the parsing #10

Open
jeff-knurek opened this issue Nov 27, 2020 · 0 comments
Open

multiline text that ends with a comma, breaks the parsing #10

jeff-knurek opened this issue Nov 27, 2020 · 0 comments

Comments

@jeff-knurek
Copy link
Owner

in this example, EOT ends with a comma after the keyword, and so everything that comes after doesn't get parsed by tfarbe anymore

# module.nginx.helm_release.nginx-ingress will be created
+   resource "helm_release" "nginx-ingress" {
+       atomic                     = false
+       chart                      = "nginx-ingress"
+       cleanup_on_fail            = false
+       timeout                    = 300
+       values                     = [
+           <<~EOT
                controller:
                  config:
                    use-forwarded-headers: "true"
                    use-proxy-protocol: "true"
                  service:
                    type: "LoadBalancer"
                    annotations:
                      service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
                      service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: '*'
                      service.beta.kubernetes.io/aws-load-balancer-internal: "true"
                  replicaCount: 1
                rbac:
                  create: "true"
            EOT,
        ]
      + verify                     = false
      + wait                       = false
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant