What is Terraform Module? How to create Terraform Modules from Scratch?
Thank you very much for stopping by here. In this video I have tried to explain the concepts of Terraform Modules, why do we need Modules and benefits of it.
Also we are going to see a hands-on demo on AWS for the first time. We will start on AWS from scratch.
Environment variables for AWS authentication:
Bash#
export AWS_ACCESS_KEY_ID="access-key"
export AWS_SECRET_ACCESS_KEY="secret-key"
PS#
$Env:AWS_ACCESS_KEY_ID="access-key"
$Env:AWS_SECRET_ACCESS_KEY="secret-key"
Codes of this episode: https://github.com/sdas92/aws/tree/ma...
Terraform Module Doc: https://learn.hashicorp.com/tutorials...
Terraform Module Sources: https://www.terraform.io/language/mod...
Checkout more @ https://daslearning.in/
Regards,
daslearning.in
#terraform #module #aws #infrastructureascode