Category: #note-to-self

  • 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…

  • 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…