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
{{ message }}
This repository was archived by the owner on Oct 3, 2019. It is now read-only.
Error: Missing newline after attribute definition
on .terraform/init-from-module/root/Azure-terraform-azurerm-computegroup-c1a7c62/main.tf line 89:
84: settings = <<SETTINGS
85: {
86: "commandToExecute": "${var.cmd_extension}"
87: }
88: SETTINGS
89: }
An attribute definition must end with a newline.
Looks like this issue arises because the closing SETTINGS marker consumes the newline that the attribute parser normally uses to mark the end of a newline.
Looks like this issue arises because the closing
SETTINGSmarker consumes the newline that the attribute parser normally uses to mark the end of a newline.