Skip to content
Merged
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
6 changes: 3 additions & 3 deletions week_1_basics_n_setup/1_terraform_gcp/1_terraform_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
### Concepts

#### Introduction
1. What is Terraform?

1. What if [Terraform](https://www.terraform.io/downloads)?
* open-source tool by HashiCorp, used for provisioning infrastructure resources
* supports DevOps best practices for change management
* Managing configuration files in source control to maintain an ideal provisioning state
for testing and production environments

2. What is IaC?
* Infrastructure-as-Code
* build, change, and manage your infrastructure in a safe, consistent, and repeatable way
by defining resource configurations that you can version, reuse, and share.

3. Some advantages
* Infrastructure lifecycle management
* Version control commits
Expand All @@ -22,6 +21,7 @@


#### Files

* `main.tf`
* `variables.tf`
* Optional: `resources.tf`, `output.tf`
Expand Down