You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upcoming terraform-plugin-testing v1.7.0 will include enhancements that will be directly helpful for provider-defined function testing, including:
Readily available tfversion.Version1_8_0 variable for implementing tfversion.SkipBelow()
Additional plan checking capabilities
New state checking capabilities (e.g. replacing resource.TestCheckOutput()), which we would prefer to show over the older style state checks
Proposal
When terraform-plugin-testing v1.7.0 is released, updating the website documentation for provider-defined function testing. This can be found in website/docs/plugin/framework/functions/testing.mdx.
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Module version
Use-cases
The upcoming terraform-plugin-testing v1.7.0 will include enhancements that will be directly helpful for provider-defined function testing, including:
tfversion.Version1_8_0
variable for implementingtfversion.SkipBelow()
resource.TestCheckOutput()
), which we would prefer to show over the older style state checksProposal
When terraform-plugin-testing v1.7.0 is released, updating the website documentation for provider-defined function testing. This can be found in
website/docs/plugin/framework/functions/testing.mdx
.The text was updated successfully, but these errors were encountered: