August 2019
Beginner
608 pages
16h 7m
English
When you have cloned the code from https://github.com/PacktPublishing/Mastering-GitLab-12.git, change the current directory to the project:
cd Mastering-GitLab-12/CHP18/ha-configuration
We are going to use Terraform to create our infrastructure objects in AWS. The basic usage of Terraform is that you define the objects in files ending in .tf, and you can then start deploying them. If you have cloned the repository, the .tf files are already there, so you can then initialize Terraform (to retrieve the necessary plugins):
$ terraform initInitializing provider plugins...- Checking for available provider plugins on https://releases.hashicorp.com...- Downloading plugin for provider "tls" (2.0.1)...- Downloading plugin for ...
Read now
Unlock full access