Skip to content
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
10 changes: 10 additions & 0 deletions topics/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,16 @@ In addition, modules are great for creating reusable Terraform code that can be

</b></details>

</b></details>

<details>
<summary>What is a remote backend in Terraform?</summary><br><b>

A remote backend stores Terraform state in a remote location (e.g., S3, Azure Blob, GCS, Terraform Cloud) instead of locally.
It enables collaboration, team access, and state locking to prevent conflicts during concurrent operations.

</b></details>

<details>
<summary>What makes a Terraform code module? In other words, what a module is from practical perspective?</summary>

Expand Down