forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7903bc
commit 93fcf8f
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
manifests/h/Hashicorp/Terraform/1.3.7/Hashicorp.Terraform.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS0.CRLF.5-1-22621-963.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json | ||
|
||
PackageIdentifier: Hashicorp.Terraform | ||
PackageVersion: 1.3.7 | ||
InstallerLocale: en-US | ||
InstallerType: portable | ||
Commands: | ||
- terraform | ||
ReleaseDate: 2023-01-04 | ||
Installers: | ||
- Architecture: x86 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: ./terraform.exe | ||
PortableCommandAlias: terraform | ||
InstallerUrl: https://releases.hashicorp.com/terraform/1.3.7/terraform_1.3.7_windows_386.zip | ||
InstallerSha256: 527AA36FE92AD166C687E49567216955C3FF3468315494C84ADB6B2E4EC1C7C0 | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: ./terraform.exe | ||
PortableCommandAlias: terraform | ||
InstallerUrl: https://releases.hashicorp.com/terraform/1.3.7/terraform_1.3.7_windows_amd64.zip | ||
InstallerSha256: B0970F5FEBF9AB7C76BABEBACF9BBE9AA781743C5004E8F5BA142E51CF5E259A | ||
ManifestType: installer | ||
ManifestVersion: 1.4.0 |
30 changes: 30 additions & 0 deletions
30
manifests/h/Hashicorp/Terraform/1.3.7/Hashicorp.Terraform.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS0.CRLF.5-1-22621-963.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json | ||
|
||
PackageIdentifier: Hashicorp.Terraform | ||
PackageVersion: 1.3.7 | ||
PackageLocale: en-US | ||
Publisher: Hashicorp | ||
PublisherUrl: https://www.terraform.io/ | ||
PublisherSupportUrl: https://www.hashicorp.com/customer-success | ||
PrivacyUrl: https://www.hashicorp.com/privacy | ||
# Author: | ||
PackageName: Terraform | ||
PackageUrl: https://www.terraform.io/ | ||
License: MPL-2.0 | ||
LicenseUrl: https://github.com/hashicorp/terraform/blob/main/LICENSE | ||
Copyright: Copyright (c) 2014 HashiCorp, Inc. | ||
# CopyrightUrl: | ||
ShortDescription: Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. | ||
Description: HashiCorp Terraform is an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision and manage all of your infrastructure throughout its lifecycle. Terraform can manage low-level components like compute, storage, and networking resources, as well as high-level components like DNS entries and SaaS features. | ||
# Moniker: | ||
Tags: | ||
- terraform | ||
# Agreements: | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://github.com/hashicorp/terraform/releases/tag/v1.3.7 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.4.0 |
8 changes: 8 additions & 0 deletions
8
manifests/h/Hashicorp/Terraform/1.3.7/Hashicorp.Terraform.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS0.CRLF.5-1-22621-963.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json | ||
|
||
PackageIdentifier: Hashicorp.Terraform | ||
PackageVersion: 1.3.7 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.4.0 |