Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created August 12, 2017 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TsuyoshiUshio/d6126e12c81ec0ab03362246a2ec47c0 to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/d6126e12c81ec0ab03362246a2ec47c0 to your computer and use it in GitHub Desktop.
terraform cosmosdb error.
1 error(s) occurred:
* azurerm_cosmosdb_account.test: 1 error(s) occurred:
* azurerm_cosmosdb_account.test: cosmosdb.DatabaseAccountsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="Unknown" Message="Unknown service error"
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment