Problem Statement
In Terraform, what does a 'resource' block represent?
Explanation
A resource block defines a specific piece of infrastructure, such as a virtual machine, a subnet, or a storage bucket.
Each resource block tells Terraform what infrastructure to create and how to configure it. Resources are the basic building blocks of a Terraform configuration.
