Skip to content

Installment Terraform

Overview

Guidance to set up Terraform provider block.

Installment

For Windows:

Using method: Manual

Steps:

[1] Go to Installment Official Website to download targeted version

At 2025-01, we using version 1.10.5

[2] Extract the terraform zip file and copy .exe into C://Program Files/Terraform/terraform.exe

[3] Added PATH variable to entrypoint into C://Program Files/Terraform/

[4] Refresh termial (or restart machine) to invoke new terraform version

[5] Verify with command terraform --version

[6] Upgrade init for the provider

terraform init --upgrade

[7] Verify changes to see No changes. Your infrastructure matches the configuration.

terraform plan -out tf.plan
# No changes. Your infrastructure matches the configuration.

Note:

[1] There is different between method of using choco install and manual install.

[2] Make sure there is different between AMD and 386 version

Verify by command

# Using Powershell
Get-WmiObject -Class Win32_Processor | Select-Object -Property Name, AddressWidth
# Name                                AddressWidth
# ----                                ------------
# 12th Gen Intel(R) Core(TM) i7-1255U           64      ... mean AMD64