Skip to content
Discussion options

You must be logged in to vote

As far as I know, none of the providers rely on Terratest for provider testing, as Terratest is more optimized for Terraform module testing. We don't offer first class support for provider acceptance testing, so you might find it rather limiting if you try to go down this route. That is, Terratest doesn't offer setup and teardown functions that spawn an in-dev provider - it relies on terraform init to pull down the providers, so you would need to write the test code that builds and installs the provider in a way that terraform can find it, which is an awkward setup process for provider testing.

As an alternative...

We are using terraform's latest plugin framework and we do not find any a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
2 participants