gnu: Add terraform-provider-template

This commit is contained in:
Collin J. Doering 2021-12-02 10:06:54 -05:00
parent 64eb226dca
commit 05775e720c
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 24 additions and 0 deletions

View File

@ -186,6 +186,30 @@ popular service providers as well as custom in-house solutions.")
(home-page "https://github.com/terraform-providers/terraform-provider-aws")
(license license:mpl2.0)))
(define-public terraform-provider-template
(package
(name "terraform-provider-template")
(version "2.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/terraform-providers/terraform-provider-template")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"12pn1i06jz4xl50md94yfdggg3pg5bv1viwf35izizm5rnyksyv2"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/terraform-providers/terraform-provider-template"
#:install-source? #f
#:phases ,terraform-provider-phases))
(synopsis "@command{Terraform} AWS provider")
(description
"Terraform template provider.")
(home-page "https://github.com/terraform-providers/terraform-provider-template")
(license license:mpl2.0)))
(define-public terraform-provider-google
(package
(name "terraform-provider-google")