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

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

Draft
strideynet wants to merge 2 commits into
masterfrom
strideynet/use-terraform-plugin-testing
Draft

Migrate from terraform-plugin-sdk to terraform-plugin-testing#965
strideynet wants to merge 2 commits into
masterfrom
strideynet/use-terraform-plugin-testing

Conversation

@strideynet

Copy link
Copy Markdown
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

strideynet commented Nov 2, 2023

Copy link
Copy Markdown
Contributor Author

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