All Stories

'Failed to get existing workspaces: querying Cloud Storage failed: storage: bucket doesn't exist' error in Terraform

One more issue from the Terraform error list that I want to share with y’all. While I was struggling with GCP on a day-to-day basis, I tried to initialize the remote TF state file sto...

In GCP, Terraform, Jul 05, 2022

Ansible change Python interpreter

If you are getting this kind of warning:[DEPRECATION WARNING]: Distribution Ubuntu on host 2.2.2.2 should use/usr/bin/python3, but is using /usr/bin/python for backward compatibility ...

In Ansible, Python, Jul 04, 2022

'data could not be decoded from the state: unsupported attribute' error in Terraform

Another Terraform error from the vault, this time being:Error: Invalid resource instance data in state .. data could not be decoded from the state: unsupported attribute "manage_run_t...

In Terraform, Jul 03, 2022

Install Apache on Alpine Linux

Using Apache with Alpine Linux can be a suitable combination, because Apache comes with a lot of modules that can be useful for your application. Let’s see how to install Apache on Al...

In Apache, Alpine Linux, Jul 02, 2022

GitHub EMU external groups with Terraform

GitHub EMU (Enterprise Managed Users) in general allows users to manage their enterprise members through IdPs (identity providers). Azure Active Directory and Okta are the only ones s...

In GitHub, Terraform, Jul 01, 2022

Install Nginx on Alpine Linux

Installing Nginx on Alpine Linux can be achieved easily, as it’s part of the official Alpine packages. Let’s take a look.

In Nginx, Alpine Linux, Jun 30, 2022

GCP Service Account impersonation with Terraform

The idea of GCP service account impersonation is to run and deploy Terraform infrastructure without the need of using service account keys as it introduces security risks along the wa...

In GCP, Terraform, Jun 29, 2022

Resolve KernelCare `Error unpatching [255] ('default', '', '', False)` issue

Updating the latest security and stability patches using KernelCare it’s a safe and recommended way, but sometimes it can throw Error unpatching [255] ('default', '', '', False) error...

In Linux, Jun 28, 2022

Enable Google APIs with GCP and Terraform

Terraforming GCP projects from scratch could be a lot of hustle and bustle as you need to enable almost every freaking Google service (API) per project. That’s probably first and fore...

In GCP, Terraform, Jun 27, 2022

Install Fluent Bit on Amazon Linux 2

Same as Fluentd, Fluent Bit doesn’t belong in the official Amazon Linux yum repositories as well. The installation will be pretty much the same through fluent bit shell script. So let...

In Logging, AWS, Amazon Linux 2, Jun 26, 2022