Open shubhamoli opened 3 months ago
Bueller? Bueller? Anyone?
@shubhamoli have u tried adding those flags in your secondary cluster code?
Hi @imrannayer Yes we tried setting those flags in our secondary cluster but then terraform apply failed with something like.
Setting database flags in the secondary cluster is not allowed
(It's not the exact error message)
@shubhamoli I will investigate
@shubhamoli I will investigate
Any findings to share?
Hi Team,
We're using this module to provision a primary and a secondary AlloyDB cluster. Everything works well but we're facing a weird issue with DB flags in the secondary cluster. These flags are replicated into secondary from the primary but a subsequent Terraform apply is trying to remove them from the secondary cluster. I believe this is expected from the Terraform's side because DB flags were never part of the its state for the secondary cluster.
Here is the plan
TF version - Terraform v1.9.0 Module version - ~> 2.0
Are we doing something wrong here? Any help or pointers will be highly appreciated. Thanks in advance.