azdevops / terraform

Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
https://www.terraform.io/
Mozilla Public License 2.0
1 stars 2 forks source link

Remove Riviera from resource_arm_sql_database #56

Closed sebastus closed 7 years ago

sebastus commented 7 years ago

switch dependency to azure_sdk_for_go

sebastus commented 7 years ago

Experiencing some difficulty with this one. The Database struct returned from CreateOrUpdate is not returning data - just a bunch of nil's. Have reached out to sdk team.

sebastus commented 7 years ago

SDK team tells me it's a known bug for long running operations. Something about the Swagger spec. Have to do a Get after a CreateOrUpdate. Here's the PR: https://github.com/terraform-providers/terraform-provider-azurerm/pull/191