pkgsrc/net/terraform-provider-template/patches/patch-main.go
tpaul a05ecf398c terraform-provider-template: Import terraform-provider-template-2.2.0
The template provider exposes data sources to use templates to generate strings
for other Terraform resources or outputs.

This provider has been deprecated in Terraform 0.12 but users are likely to
still encounter it in modules that have not been fully migrated to the new
templatefile function.
2021-03-10 23:24:00 +00:00

16 lines
460 B
Go

$NetBSD: patch-main.go,v 1.1 2021/03/10 23:24:00 tpaul Exp $
The template provider has been archived and is only available on the Hashicorp
Github account.
--- main.go.orig 2020-10-08 16:14:35.000000000 +0000
+++ main.go
@@ -2,7 +2,7 @@ package main
import (
"github.com/hashicorp/terraform/plugin"
- "github.com/terraform-providers/terraform-provider-template/template"
+ "github.com/hashicorp/terraform-provider-template/template"
)
func main() {