gnu: Add terraform-provider-template
This commit is contained in:
parent
64eb226dca
commit
05775e720c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user