-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from odidev/terraform
Add terraform file
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
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,28 @@ | ||
--- | ||
name: Terraform | ||
category: DevOps | ||
description: IaaC | ||
download_url: https://developer.hashicorp.com/terraform | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.14.0 | ||
release_date: 1/12/2020 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.terraform.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://learn.arm.com/install-guides/terraform/ | ||
partner_content: https://amperecomputing.com/tutorials/getting-started-on-azure-ampere-VMs-with-Debian-using-Terraform | ||
official_docs: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://releases.hashicorp.com/terraform/0.14.0/ | ||
release_notes__recommended_minimum: | ||
other_info: Terraform's [official supported architectures](https://developer.hashicorp.com/terraform/cli/install/apt#supported-architectures) page still shows no support for arm64. They are releasing pre-compiled binary for arm64 as per the [issue](https://github.com/hashicorp/terraform/issues/14474). However, v0.14.0 is the official support for linux_arm64 as mentioned in the issue. | ||
--- |