Skip to content

Instantly share code, notes, and snippets.

@midacts
Created November 8, 2018 17:03
Show Gist options
  • Save midacts/ebcc6cd9edcb24baaf6296bb1af1555a to your computer and use it in GitHub Desktop.
Save midacts/ebcc6cd9edcb24baaf6296bb1af1555a to your computer and use it in GitHub Desktop.
azurerm_recovery_services_vault: Sku error
Error: Error applying plan:
1 error(s) occurred:
* azurerm_recovery_services_vault.Backupvault: 1 error(s) occurred:
* azurerm_recovery_services_vault.Backupvault: Error creating/updating Recovery Service Vault "Backupvault" (Resource Gr
oup "our-rg"): recoveryservices.VaultsClient#CreateOrUpdate: Failure responding to request: StatusCode=4
00 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidRestApiParameter" Message="sku
parameter is invalid.\r\nPlease provide a valid sku"
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