You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A common feature of languages is the ability for expressions defined in parentheses to be defined on multiple lines. This allows for both better git diff (PRs can be per-property rather than per-line) and readability with complex statements like long formats.
Is your feature request related to a problem? Please describe.
A common feature of languages is the ability for expressions defined in parentheses to be defined on multiple lines. This allows for both better git diff (PRs can be per-property rather than per-line) and readability with complex statements like long formats.
Describe the solution you'd like
How it works today
output fgaManagementSSHConfig string = format(fgManagementSSHConfigTemplate, fortigateA.outputs.fgName, fqdn, fgaManagementSshPort, adminUsername)
How it should be able to work
The text was updated successfully, but these errors were encountered: