Explain to me like I'm 9: What are "resources" in Terraform?
July 23, 2024
Josh Samuelson has a fantastic LinkedIn Learning course about Terraform and answers this question quite clearly:
- Resources are the building blocks of Terraform code.
- Resources define the 'what' of your infrastructure and Terraform figures out the 'how'.
- Although all resources share the same syntax, . . .