anacronxinetd
anacronxinetd
Hey @justinretzolk This is an example of the template we use: ```terraform resource "aws_rds_cluster" "default" { cluster_identifier = "aurora-cluster-demo" engine = "aurora-mysql" engine_version = "8.0.mysql_aurora.3.02.3" manage_master_user_password = true master_user_secret_kms_key_id =...
Tested with the aws_db_instance_resource, but same results: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance The following doc states: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#secret_arn The master_user_secret configuration block supports the following attributes: [kms_key_id](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#kms_key_id) - The Amazon Web Services KMS key identifier...