aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Fixes our acceptance test suite #47

Closed robertfairhead closed 3 years ago

robertfairhead commented 3 years ago

They began failing this mornign with the following error:

unsupported state format version: expected "0.1", got "0.2"

I couldn't find anything relevant on that error so I decided to update all our dependencies, which has resolved the issue. I think the issue was with hashicorp/terraform-json but I'm not certain of that.