Skip to content

Instantly share code, notes, and snippets.

@chfrodin
Last active September 20, 2019 12:45
Show Gist options
  • Save chfrodin/19e65addafae7af5ef558545b60dd8ba to your computer and use it in GitHub Desktop.
Save chfrodin/19e65addafae7af5ef558545b60dd8ba to your computer and use it in GitHub Desktop.
azurerm_storage_account
Error: Error updating Azure Storage Account `queue_properties` "chfrodintestsa": queues.Client#SetServiceProperties: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: error response cannot be parsed: "\ufeff<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>InvalidXmlDocument</Code><Message>XML specified is not syntactically valid.\nRequestId:554f5bce-c003-000d-79b0-6fb6c8000000\nTime:2019-09-20T12:37:28.9998582Z</Message><LineNumber>2</LineNumber><LinePosition>229</LinePosition><Reason>Unexpected value for Version.</Reason></Error>" error: invalid character 'ï' looking for beginning of value
on sandbox_storage.tf line 9, in resource "azurerm_storage_account" "sa":
9: resource "azurerm_storage_account" "sa" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment