Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 02 - HashiCorp_Configuration_Language.md #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Terraform Code Configuration block types include:
- Terraform Output Values Block
- Terraform Modules Block

We will be utilizing Terraform Provider, Terraform Resource, Data and Input Variables Blocks in this lab. This course
We will be utilizing Terraform Provider, Terraform Resource, Data, and Input Variables Blocks in this lab. This course
will go through each of these configuration blocks in more detail throughout the course.
- Task 1: Connect to the Student Workstation
- Task 2: Verify Terraform installation
Expand All @@ -41,7 +41,7 @@ will go through each of these configuration blocks in more detail throughout the
## Task 1: Connect to the Student Workstation
In the previous lab, you learned how to connect to your workstation with either VSCode, SSH, or the web-based
client.
One you’ve connected, make sure you’ve navigated to the `/workstation/terraform` directory. This is where we’ll
Once you’ve connected, make sure you’ve navigated to the `/workstation/terraform` directory. This is where we’ll
do all of our work for this lab.

## Task 2: Verify Terraform installation
Expand Down Expand Up @@ -175,4 +175,4 @@ Login to AWS Management Console -> Services -> EC2 to verify newly created EC2 i
![AWS EC2 Server](img/obj-2-ec2.png)

### References
[Terraform Configuration Terraform Configuration Syntax](https://developer.hashicorp.com/terraform/language/syntax/configuration)
[Terraform Configuration Terraform Configuration Syntax](https://developer.hashicorp.com/terraform/language/syntax/configuration)