Skip to content

Commit b410372

Browse files
authored
Heredoc trailing space fix (#87)
Remove trailing space following ERROR_MESSAGE heredoc block to improve config parsing in certain IDEs
1 parent d8c5d83 commit b410372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ DESCRIPTION
129129
role_definition_id_or_name must have the following format:
130130
- Using the role definition Id : `/providers/Microsoft.Authorization/roleDefinitions/<role_guid>`
131131
- Using the role name: Reader | "Storage Blob Data Reader"
132-
ERROR_MESSAGE
132+
ERROR_MESSAGE
133133
}
134134
}
135135

0 commit comments

Comments
 (0)