Category: #terraform

  • 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, you can find all providers. Just click this link to check for more. On this page, you will notice the well-known public cloud providers, as…

  • 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 ready! To use terraform on GCP, you have to create a project. This is easily done on the cloud console of GCP. I simply create…

  • Note-to-Self: update terraform using CLI

    How to update terraform on Ubuntu using CLI… Why updating? ubuntu@terraform:~$ terraform –versionTerraform v1.3.1on linux_arm64 Your version of Terraform is out of date! The latest versionis 1.3.9. You can update by downloading from https://www.terraform.io/downloads.html Downloading and unzipping the update ubuntu@terraform:~$ curl https://releases.hashicorp.com/terraform/1.3.9/terraform_1.3.9_linux_arm64.zip –output terraform_1.3.9_linux_arm64.zip% Total % Received % Xferd Average Speed Time Time Time CurrentDload…