Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Open a terminal and navigate to the directory where you downloaded the zip file to . Type unzip NAME OF THE ZIP FILE - d
Open a terminal and navigate to the directory where you downloaded the zip file to
Type unzip NAME OF THE ZIP FILE d ~ You must replace NAME OF THE ZIP FILE with the actual name of the zip file you downloaded, eg unzip ksulabsmain.zip d ~
Type cd ~ksulabsmainlabs to move to the home directory for your Terraform scripts.
Type open a TextEdit main.tf to open the main.tf file and copy your SSH public key that was generated earlier into the "public key" variable, and save the file.
Type open a TextEdit moduleinit.tf to open the init.tf file in the module folder and update the access key and secret key values with your AWS access key and private key values
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started