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