Terraform

Terraform – Output sensitive variables as plaintext (how to use the nonsensitive() terraform function)

Terraform reference: terraform sensitive data.Using terraform v1.9.3 into the below tests Are you trying to export a variable in Terraform and aren’t being able to do so? Do you receive a message stating that that variable is sensitive and you can […]

Terraform – Output sensitive variables as plaintext (how to use the nonsensitive() terraform function) Leia mais »

Upgrading RDS Instance Major Version using Terraform or AWS CLI (PostgreSQL, MySQL, …)

When using Terraform to create RDS Instances and Clusters, the most common mistake is to create the Parameter Groups linked to them. Doing that, when you try to major upgrade the RDS DB Version, your Terraform will not be able

Upgrading RDS Instance Major Version using Terraform or AWS CLI (PostgreSQL, MySQL, …) Leia mais »

How to install and use Steampipe

Check it out! => Steampipe CheatSheet Install This will install binary into /usr/local/bin and create the ~/.steampipe directory with all the supporting libraries and configuration needed (including PostgreSQL). Check Versions List the current installed version. Install Plugins Install the desired plugin. Checking

How to install and use Steampipe Leia mais »

Kubernetes – Troubleshooting cert-manager and Ingress Controllers (Any, but with EKS and AKS focus)

Having trouble with your cert-manager? Here are some tasks you may follow that could guide you to the solution: In this example, we will use some resources names like ingress-nginx for the nginx ingress controller namespace. Before proceeding, please update

Kubernetes – Troubleshooting cert-manager and Ingress Controllers (Any, but with EKS and AKS focus) Leia mais »