File: doc.go

package info (click to toggle)
golang-github-hashicorp-terraform-plugin-test 1.3.0%2Bgit20200503.328f99a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
// Package tftest contains utilities to help with writing tests for
// Terraform plugins.
//
// This is not a package for testing configurations or modules written in the
// Terraform language. It is for testing the plugins that allow Terraform to
// manage various cloud services and other APIs.
package tftest