Terraform Basics: Understanding `init`, `plan`, and `apply`
In this hands-on lab, we learn how and when to use init, plan, and apply. To do so, we will set the keys and configurations to use a Terraform instance. To do this, we must: Make sure the keys are set up to communicate with Terraform. Make sure the configuration files are initiated. Execute the config files to […]
Google Cloud: Cloud Storage Bucket — Giving Roles and Permissions to an object
What is Cloud Storage Bucket? Google Cloud Storage is an object-based service that allows you to store objects in any file format. An Object can be any individual file or folder whereas a bucket is referred to as a container or object-based drive or a root folder where you store your objects. Cloud Storage can […]