Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #305 from nre-learning/terraform-diagram
Browse files Browse the repository at this point in the history
Fix terraform diagram
  • Loading branch information
Mierdin authored Jan 31, 2020
2 parents 0b633b2 + e20bc57 commit e5f077b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Introduction to REST APIs (Refurbished Lesson) [#291](https://github.com/nre-learning/nrelabs-curriculum/pull/291)
- Fixes to configs for troubleshooting lesson [#303](https://github.com/nre-learning/nrelabs-curriculum/pull/303)
- Downgrade netmiko since utility is still python2 [#301](https://github.com/nre-learning/nrelabs-curriculum/pull/301)
- Fix Terraform diagram [#305](https://github.com/nre-learning/nrelabs-curriculum/pull/305)

## v1.0.0 - August 08, 2019

Expand Down
2 changes: 1 addition & 1 deletion lessons/tools/lesson-31-terraform/stage1/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Don't forget your network chops in this lesson. You'll configure an interface, a

![Terraform](https://raw.githubusercontent.com/nre-learning/nrelabs-curriculum/v0.3.2/lessons/lesson-31/stage1/terraformbasics.png)

*Image borrowed from the Terraform website: terraform.io*
*Image borrowed from [https://terraform.io](https://terraform.io)*

Terraform for traditional networking is relatively unchartered ground because we don't think about switches, routers or firewalls as a set of immutable resources, or put in another way, things that can be created and destroyed easily. Imagine cutting out the bits you don't use and soldering them back in? Mentally it feels like a step, but in reality we can deal with this as an abstracted construct. This makes us think about things tangentially from what we're used to, but with little effort and thanks to NRE Labs, you can get a feel for how this works!

Expand Down

0 comments on commit e5f077b

Please sign in to comment.