Terraform: updating providers
Terraform is built of several providers. Providers are a logical abstraction of an upstream API. They are responsible for understanding API interactions and exposing resources. On the website of hashicorp,…
Terraform: Using GCP
How do we configure Terraform and GCP to create resources in the Google cloud. You can also read this on the site of Hashicorp. Make sure your GCP project is…
Note-to-Self: update terraform using CLI
How to update terraform on Ubuntu using Why updating? ubuntu@terraform:~$ terraform --versionTerraform linux_arm64 Your version of Terraform is out of date! The latest versionis You can update by downloading from…