#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...
Yesterday, we learned how to AWS S3 Bucket with Terraform. Today, we will see how to scale our infrastructure with Terraform. Understanding...
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,...
Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and...
Welcome back to your Terraform journey. In the previous tasks, you have learned about the basics of Terraform, its configuration file, and creating an...
Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine,...