Skip to content

Conversation

@callmefish
Copy link

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

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