Hi all,
I know that Terraform supports Linux 2 but wanted to know if it also supports Amazon Linux 2022.
Thanks
Hi all,
I know that Terraform supports Linux 2 but wanted to know if it also supports Amazon Linux 2022.
Thanks
Hi @t.edwardsuk,
The following page describes the currently-supported distributions in the Yum/DNF/RPM repository:
Although the repository must publish separate package listings for each distribution version, in practice all of these packages are identical and so if you install the package for a different distribution on your system then I would expect it to work.
(It’s possible to use packages from other distributions because Terraform is just a single executable program with no dependencies, and so that file is identical in every distribution’s Terraform package.)