We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in this example, EOT ends with a comma after the keyword, and so everything that comes after doesn't get parsed by tfarbe anymore
EOT
tfarbe
# 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 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in this example,
EOT
ends with a comma after the keyword, and so everything that comes after doesn't get parsed bytfarbe
anymoreThe text was updated successfully, but these errors were encountered: