#Terraform and #AWS peeps:
Is there any reason to use the AWS *modules* [1] over the plain AWS *provider* [2]?
To me it just seems to be an unnecessary abstraction since most of the parameters and resources of the modules overlap with the provider. So, why should I use the modules at all?
[1]: https://registry.terraform.io/namespaces/terraform-aws-modules
[2]: https://registry.terraform.io/providers/hashicorp/aws/latest
@garritfra I spent some time working through these and came to the conclusion that there was no real reason to use the modules.