dbbc96

Results 10 comments of dbbc96

@JamesWoolfenden so it will depend on the engine. for instance mysql is using "require_secure_transport", postgres uses "rds.force_ssl", MSSQL also uses "rds.force.ssl" but it should check whether it set to "1"...

@ArjunMenon-bit think you can find them here: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_parameter_group

to give an update i found that it works fine on 2.3.214 but 220 or 223 it fails on. 223 is the version that our pipeline had installed.

here is what we have for the alb: ```hcl https_listeners = [ { port = 443 protocol = "HTTPS" certificate_arn = aws_acm_certificate.mycert_cert.arn target_group_index = 0 } ] ``` here is...

So did you find something wrong on your side?

so what will be needed to resolve this issue?

just curious if anyone has any input on this.

yeah i get that however when i had tested this, i had 3 nodes and so it had running exporters on those however there were ones that still didn't get...

@ShadowJonathan I will check and let you know. I don't think I did.