Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Migrate from terraform-plugin-sdk to terraform-plugin-testing #965

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

strideynet
Copy link
Contributor

We recommend migrating to terraform-plugin-testing to take advantage of new features of the testing module and to avoid importing the SDKv2 for providers that are built on the plugin Framework.

https://developer.hashicorp.com/terraform/plugin/testing/migrating

@strideynet
Copy link
Contributor Author

strideynet commented Nov 2, 2023

Looks like switching to this package has revealed that our tests currently depend on a bug within an older version of their testing framework that led to a false-pass on one of the types of assertions (checking for an empty map attribute)

hashicorp/terraform-plugin-sdk#920

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant