Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

terraform Fix heredoc #116

Merged
merged 1 commit into from
Dec 23, 2020
Merged

terraform Fix heredoc #116

merged 1 commit into from
Dec 23, 2020

Conversation

fonsecas72
Copy link
Contributor

@fonsecas72 fonsecas72 commented Oct 9, 2020

This fixes a bug when spaces are added before the heredoc termination

  command = <<-EOF
      string
EOF

was working

  command = <<-EOF
      string
    EOF

was not and it should

@fonsecas72
Copy link
Contributor Author

fonsecas72 commented Oct 30, 2020

Hello @alexdima sorry to be bugging you with this but it's a small bug fix that I would really love to include in a dependency of mine

@alexdima
Copy link
Member

Thank you!

@alexdima alexdima added this to the December 2020 milestone Dec 23, 2020
@alexdima alexdima merged commit 1fd3a99 into microsoft:master Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants