No description
Find a file
2021-04-27 02:10:56 -07:00
CHANGELOG.md Update CHANGELOG.md 2021-04-27 02:10:56 -07:00
config.go supply context to Find 2020-09-09 19:55:14 +01:00
doc.go Initial import 2019-09-21 11:09:29 -07:00
go.mod Update to use terraform-exec v0.13.3 2021-04-27 02:06:29 -07:00
go.sum Update to use terraform-exec v0.13.3 2021-04-27 02:06:29 -07:00
guard.go Remove visibility to plugin under test 2020-07-24 16:02:26 -04:00
helper.go remove individual config dirs 2021-04-01 17:23:19 +01:00
LICENSE Initial import 2019-09-21 11:09:29 -07:00
plugin.go Initial import 2019-09-21 11:09:29 -07:00
README.md archive notice 2021-01-12 16:57:42 +00:00
util.go add symlinkDirectoriesOnly 2020-04-20 14:38:14 +01:00
working_dir.go remove individual config dirs 2021-04-01 17:23:19 +01:00

ARCHIVED: This project has been merged into terraform-plugin-sdk as the plugintest package.

Terraform Plugin Test Helper Library

This is an experimental library for testing Terraform plugins in their natural habitat as child processes of a real terraform executable.