Consul installation and setting consul as terraform backend
Install consul
sudo yum install -y yum-utils shadow-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
sudo yum -y install consul
Verify the installation:
consul --version
Create a Consul configur...
devopsgurug.hashnode.dev2 min read