This message was deleted.
# platform-blueprints
s
This message was deleted.
c
What IaC are you using? There are e.g. Terraform providers that allow you to set this.
a
It sounds to me like you are trying to mix and match declarative IaC with some imperative commands. That's what Kratix.io is built for. I know of a few companies deploying RDS like this via Promises with our OSS project and I'd be happy to draw up a solution with you if you're interested.
j
@Clemens Jütte Currently we're utilizing cloud formation. You have a link to the TF provider? We're getting our feet wet with TF.
c
Hey Jeremiah! I am not sure this one works with Aurora: https://registry.terraform.io/providers/petoju/mysql/latest/docs/resources/rds_config This one does, but development is not very active: https://registry.terraform.io/providers/jhriggs/rds-configuration/latest/docs I personally haven’t used them, but I guess they’re at least a good starting point.