Understanding the Multifaceted Nature of Lock-in in IT Decision MakingIn the dynamic landscape of Information Technology (IT), the concept of lock-in manifests in various dimensions, each presenting unique…Jul 5, 2024Jul 5, 2024
Terraform’s optional inputs and variablesSometimes you need to configure your inputs as optional. You can use nullable, optional() or dynamic blockFeb 24, 2024Feb 24, 2024
SSL issue with aws cli, azure cli and pythonWhen you are faced with SSL error: CERTIFICATE_VERIFY_FAILED it is because your proxy uses self-signed certificate. The article can help…Aug 21, 2023Aug 21, 2023
Accessing TerraForm Set of 1 ElementWhen you have a set with just 1 string element and you cannot use element() nor use index 0 such as set[0] to access it, You can use the…Jun 10, 20221Jun 10, 20221
Can I pull remote master to local master while in another branch?Many weeks ago, I pulled a code from my upstream/master into my local/master and pushed it into my remote/master. Unfortunately, I didn’t…Dec 20, 2021Dec 20, 2021
Unable to login to AWS Lightsail using web console after upgrading to Debian 11 (bullseye)tl;drOct 18, 2021Oct 18, 2021