#terraform
Read more stories on Hashnode
Articles with this tag
Modules are containers for multiple resources that are used together. A module consists of a collection of .tf and/or .tf.json files kept together in...
In this session, we will be learning about the Terraform state What is Terraform State? Terraform logs information about the resources it has created...
When you define a resource block in Terraform, by default, this specifies one resource that will be created. To manage several of the same resources,...
Yesterday, we learned how to AWS S3 Bucket with Terraform. Today, we will see how to scale our infrastructure with Terraform. Understanding...
AWS S3 Bucket Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security,...
Welcome back to your Terraform journey. In the previous tasks, you have learned about the basics of Terraform, its configuration file, and creating an...