https://developer.hashicorp.com/terraform/tutorials/aws-get-started/infrastructure-as-code
Click Amazon Web Services à Create Infrastructure à Show Terminal à Lunch and Start
==Installation=====
Click Install Terraform à Linux à CentOS/RHEL
[root@staging ~]# sudo yum install -y yum-utils
[root@staging ~]# sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
[root@staging ~]# sudo yum -y install terraform
[root@staging ~]# terraform –version
==Floci=====
https://github.com/floci-io/floci-ui
[root@node2 ~]# wget https://github.com/floci-io/floci-ui.git
[root@node2 ~]# dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
[root@node2 ~]# dnf -y install podman-compose
[root@node2 ~]# podman-compose –version
[root@node2 ~]# podman ps -a
[root@node2 ~]# dnf -y install git
[root@node2 ~]# git clone https://github.com/floci-io/floci-ui.git
[root@node2 ~]# ls