Junior
What is a module in Terraform?
sobes.tech AI
Answer from AI
A module in Terraform is a container for multiple resources. It is used to create abstractions and reuse configuration code. Modules can be local or remote (from a registry, storage, or local filesystem).