Providers vs required providers || modules vs workspace

what’s the difference between Providers vs required_providers?

modules vs workspace?

Hi @merihanawod55 ,

Check in this link for an explanation about providers and required_providers. Basically, providers are those providers we want to use and required_providers we can specify like the version of that provider we will be using.

You can’t actually compare modules with workspaces. They are different things. More about each one:
Modules (link here) is a set of Terraform configuration files in a single directory.
Workspaces (link here) are separate instances of state data that can be used from the same working directory .

Regards,
Vitor Jr.
KodeKloud Support