rekahsoft-gnu: Upgrade terraform-provider-null@2.1.2 -> 3.1.0

However, continue to provide terraform-provider-null@2.1.2 as its the last
version comparable with terraform@0.11.15
This commit is contained in:
Collin J. Doering 2021-12-05 23:02:27 -05:00
parent 71c6bbb2cd
commit f67fb621be
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 25 additions and 8 deletions

View File

@ -553,6 +553,30 @@ instead of @command{terraform-MAJOR.MINOR}.")))
(define-public terraform-provider-null
(make-terraform-provider
(package
(name "terraform-provider-null")
(version "3.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/terraform-providers/terraform-provider-null")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0s6j2py9bb3knrn0f8aga8ypkxj6v5ns08k7zgw26h3wwdxwyd12"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/terraform-providers/terraform-provider-null"
#:install-source? #f))
(synopsis "Terraform null provider")
(description
"Terraform null provider.")
(home-page "https://github.com/terraform-providers/terraform-provider-null")
(license license:mpl2.0))))
(define-public terraform-provider-null-2.1
(make-terraform-provider
(package/inherit terraform-provider-null
(name "terraform-provider-null")
(version "2.1.2")
(source (origin
@ -564,15 +588,8 @@ instead of @command{terraform-MAJOR.MINOR}.")))
(sha256
(base32
"0di1hxmd3s80sz8hl5q2i425by8fbk15f0r4jmnm6vra0cq89jw2"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/terraform-providers/terraform-provider-null"
#:install-source? #f))
(synopsis "Terraform null provider")
(description
"Terraform null provider.")
(home-page "https://github.com/terraform-providers/terraform-provider-null")
(license license:mpl2.0))))
"Terraform null provider. Supports terraform => 0.11."))))
(define-public terraform-provider-heroku
(make-terraform-provider