root@deploymentmachine:~#
root@deploymentmachine:~# apt-get install terraform
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
terraform
0 upgraded, 1 newly installed, 0 to remove and 38 not upgraded.
Need to get 33.5 MB of archives.
After this operation, 81.8 MB of additional disk space will be used.
Get:1 https://apt.releases.hashicorp.com focal/main amd64 terraform amd64 0.14.5 [33.5 MB]
Fetched 33.5 MB in 6s (6042 kB/s)
Selecting previously unselected package terraform.
(Reading database ... 68575 files and directories currently installed.)
Preparing to unpack .../terraform_0.14.5_amd64.deb ...
Unpacking terraform (0.14.5) ...
Setting up terraform (0.14.5) ...
Check if installation has been a success by running a simple command:
In case you have not setup your .oci folder or you are not aware how to find these details, check my tutorial on Install and configure OCI CLI - it explains step by step how to setup a fingerprint, a private key and how to find the rest of required information.
Once you have completed all these steps, go to next tutorial, Terraform - small test, to make sure your configuration is setup correctly.