From 27232e03b438b6aae9a58f55e3a00f4d16d832d1 Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 31 Jan 2024 11:03:38 +0000 Subject: [PATCH] Add terraform file Signed-off-by: odidev --- content/sw_database/terraform.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/sw_database/terraform.md diff --git a/content/sw_database/terraform.md b/content/sw_database/terraform.md new file mode 100644 index 00000000..d61ae826 --- /dev/null +++ b/content/sw_database/terraform.md @@ -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. +---