Skip to content

Fix Invalid multi-line string on line 13#421

Open
callmefish wants to merge 1 commit into
hashicorp:masterfrom
callmefish:patch-1
Open

Fix Invalid multi-line string on line 13#421
callmefish wants to merge 1 commit into
hashicorp:masterfrom
callmefish:patch-1

Conversation

@callmefish
Copy link
Copy Markdown

For Terraform V1.3.~, pervious output.tf file will show the following error message after execute terraform apply.

Invalid multi-line string: Quoted strings may not be split over multiple lines. To produce a multi-line string, either use the \n escape to represent a newline character or use the "heredoc" multi-line template syntax.

One solution is to use %{if <BOOL>}/%{else}/%{endif} directive instead of conditional operator. And it may be more readable.

For Terraform V1.3.~, pervious output.tf file will show the following error message after execute `terraform apply`.
```
Invalid multi-line string: Quoted strings may not be split over multiple lines. To produce a multi-line string, either use the \n escape to represent a newline character or use the "heredoc" multi-line template syntax.
```
One solution is to use `%{if <BOOL>}/%{else}/%{endif}` directive instead of conditional operator. And it may be more readable.
@hashicorp-cla
Copy link
Copy Markdown

hashicorp-cla commented Dec 31, 2022

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants