Tag "terraform"
Manage AlertmanagerConfigs in Rancher Projects using Terraform
When using Prometheus monitoring stack, Alertmanager is an essential part of the monitoring, while responsible to send alerts. I explain here how I manage, the respective configuration using Terraform.
Posted November 11, 2022 by Adrian Wyssmann ‐ 7 min read
Manage Rancher Projects in Terraform
While working on managing our Rancher clusters is the management of Rancher projects. I want to talk about the approach I have taken, which may be useful to you as well.
Posted November 2, 2022 by Adrian Wyssmann ‐ 6 min read
OPA Gatekeeper Metrics and Grafana Dashboard
Now, as we have installed OPA Gatekeeper in our clusters successfully, I wonder how to get metrics in Prometheus and show them in Grafana Dashboard
Posted October 29, 2022 by Adrian Wyssmann ‐ 2 min read
Filter out elements from a json object in in Terraform
We would like to manage our own Azure Policy Initiatives with Terraform. Our own initatives shall be based on existing ones, but without deprecated policies.
Posted October 19, 2022 by Adrian Wyssmann ‐ 4 min read
Gitlab and Terraform together
My source code repository for private stuff is Gitlab and while working with Terraform, I want to have the state store remotely rather than locally. What are the options?
Posted September 5, 2022 by Adrian Wyssmann ‐ 2 min read
Importing terraform resources using Atlantis
Using atlantis to apply changes on existing works great, but how you deal with importing of exiting resources? Let me explain what is the issue, and how I solved it.
Posted July 22, 2022 by Adrian Wyssmann ‐ 3 min read
Manage Terraform with Atlantis in a restricted environment
While we started to use Terraform to manage our Rancher clusters, we started to manually run the terraform commands. This is not the way to go, so we started to look into solutions, starting with Atlantis.
Posted July 18, 2022 by Adrian Wyssmann ‐ 8 min read
Import a Rancher apps and Kubernetes manifest into Terraform
While initially setting up our Rancher clusters manually, we started to use Terraform, which simplifies the management of the clusters tremendously.
Posted June 24, 2022 by Adrian Wyssmann ‐ 5 min read
Import existing resources to Terraform
When working with Terraform, the changes are good that you are not starting from scratch, but you already have something setup previously and now want to manage it with Terraform
Posted May 12, 2022 by Adrian Wyssmann ‐ 9 min read
Terraform and Hetzner Cloud
While I had already looked into Terraform in the past, I am actually pretty new to it, and just started now to take a better look at it and working with it
Posted May 6, 2022 by Adrian Wyssmann ‐ 8 min read
Infrastructure as Code (IaC) and Terraform
While I am am huge fan of Ansible not everything can be done out of the box. My issue particularly is the configuration of Cloudflare, which I still do via the Web UI.
Posted April 21, 2022 by Adrian Wyssmann ‐ 5 min read