Registry /
cloud / terraform-providers-terraform-provider-template
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
template
✓ github.com/terraform-providers/terraform-provider-template
Demonstrates importing the template provider package.
package main
import (
"fmt"
"github.com/terraform-providers/terraform-provider-template/template"
)
func main() {
// This is a Terraform provider; typically used via Terraform configuration.
fmt.Println("Provider version: 1.0.0")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.