-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch terraform SDK to v0.12-early9 #2968
Conversation
extra nil element:
|
another instance:
|
Hi @katbyte .. Thanks for the tons of fixes here to support 0.12!! I'm starting on a new TF project soon, and it really pains me to start with 0.11 syntax. Is it possible to get a binary that's compatible with beta-2 sometime soon. Thanks! |
Last week's dev snapshot in http://terraform-0.12.0-dev-snapshots.s3-website-us-west-2.amazonaws.com/terraform-provider-azurerm/1.25.0-dev20190415H16-dev/ gives me
|
@kim0 while we wait for this to be resolved, something like this might help you: https://gist.github.com/bentterp/d9e8dcc9d17bfcce87a7563a769e9070 .... spoke too soon: now the build is broken:
😰 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@kim0 While we wait for 1.27.0, the beta1 snapshot of 1.23.0 seems to work with beta2 as well - http://terraform-0.12.0-dev-snapshots.s3-website-us-west-2.amazonaws.com/terraform-provider-azurerm/1.23.0-dev20190216H00-dev/ |
You spoil me 🤗 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
outstanding issues:
panic: interface conversion: interface {} is nil, not map[string]interface {}
TestAccAzureRMVirtualMachineScaleSet_linuxUpdated
,TestAccAzureRMVirtualMachineScaleSet_basicWindows_managedDisk_resize
,TestAccAzureRMVirtualMachineScaleSet_upgradeModeUpdate
and morephantom nil object, maybe related to this sdk issue, vendor in master to checkstill broken with masterTestAccAzureRMTemplateDeployment_withOutputs : Check failed: Check 4/6 error: Output 'tfFalseOutput': expected "0", got &terraform.OutputState{Sensitive:false, Type:"string", Value:"false", mu:sync.Mutex{state:0, sema:0x0}}
Expected a non-empty plan, but got an empty plan!
TestAccAzureRMLoadBalancerBackEndAddressPool_reapply
,TestAccAzureRMLoadBalancerRule_reapply
TestAccAzureRMKubernetesCluster_addAgent: interface {} is nil, not map[string]interface {}
phantom nil object, maybe related to this sdk issue, vendor in master to checkstill broken with masterError: Error expanding CosmosDB Account "acctest-190304225533879983" (Resource Group "acctestRG-190304225533879983") geo locations: Each
geo_locationneeds to have a unique failover_prioroty. Multiple instances of '0' found
Fixes #3101