Glossary

Glossary of definitions

String Interpolation

String Interpolation is the process of evaluating a string containing one or more placeholders (e.g. $FOOBAR or {{...}}) and replacing the placeholders with their corresponding values.

Technical Debt

Technical debt represents all the things that need to be redone later due to poor choices or necessary tradeoffs made today.

Terraform Root Module

Every Terraform configuration has at least one module, known as its root module, which consists of the resources defined in the .tf files in the main working directory. Root modules are the terraform configuration that we actually apply and have terraform state.

Topology

A topology is the arrangement of various elements (links, nodes, etc.) in a network architecture.