Creating Resources on Each Cloud
Resources in Terraform
Resources in Terraform are the building blocks of your infrastructure. A resource represents a single piece of your infrastructure, such as a virtual machine, a storage bucket, or a database. Resources are defined in the .tf configuration files, and Terraform uses these definitions to provision and manage them.
In this part, you wil…
Keep reading with a 7-day free trial
Subscribe to Pods & Pixels to keep reading this post and get 7 days of free access to the full post archives.