Tom Murphy
Tom Murphy
Hi, It would be great to see the helm chart published to a repo if possible - or at least the incubator one :-)
It appears that the provider (using latest build) does not support alias. ``` provider "mongodbatlas" { alias = "operations-1" username = "xxx" api_key = "xxx" } resource "mongodbatlas_project" "operations-1" {...
### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl Terraform: v1.2.1 Provider: 1.4.6 ``` ### Terraform Configuration File ```hcl resource "mongodbatlas_alert_configuration" "no-primary" { project_id = mongodbatlas_project.project.id event_type = "NO_PRIMARY"...
It seems that every notification is received twice for the same alert and the same timestamp. I also use https://github.com/gschaeffer/scc-slack-messages so can't tell where the issue is so far.
Rancher version: `2.12.3` Hosted on GKE. Hi, I'm seeking guidance/documentation on what one must do post Kubernetes credentials rotation as I've spent days searching without success. I rotated the credentials...