-
Notifications
You must be signed in to change notification settings - Fork 11
Update TF Acceptance tests to use TF 1.0.2 #155
Comments
I suspect we will have this problem with 0.13.7, 0.12.31, etc. |
I tried acceptance tests with tf 1.0.2 and got .. which is caused by an old hashicorp json package: gruntwork-io/terratest#943. We don't use the package directly in the provider but it's linked by tf-sdk. So to fix that, we need to
When I update the tf-plugin-sdk, it works with I will do a PR bumping the tf-sdk, and @displague can put there a github action test worker using TF 1.0.2. Maybe you can remove the 0.12, so we don't have too many of the tests running. |
It may be fair to only test with 1.0, and let users know that pre-1.0 Terrafrom users should use the 2.1.0 version. |
* support last version of terraform cli for run tests equinix/terraform-provider-metal#155 * add check of dns resource dependency
I attempted to update the TF version in #154 to 1.0.2. This resulting in the following error:
The text was updated successfully, but these errors were encountered: