-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
First off: thanks for these modules, they're very helpful when navigating the AWS ecosystem.
The RDS mysql replica example, verbatim, currently fails with terraform 0.12.7.
Steps to reproduce:
git clone [email protected]:terraform-aws-modules/terraform-aws-rds.git
cd terraform-aws-rds/examples/replica-mysql
terraform init
terraform apply
module.replica.module.db_option_group.aws_db_option_group.this[0]: Creating...
module.master.module.db_option_group.aws_db_option_group.this[0]: Creating...
module.master.module.db_subnet_group.aws_db_subnet_group.this[0]: Creating...
module.master.module.db_subnet_group.aws_db_subnet_group.this[0]: Creation complete after 3s [id=demodb-master-mysql-20200720200939150700000003]
Error: Error creating DB Option Group: InvalidParameterValue: The parameter MajorEngineVersion must be provided and must not be blank.
status code: 400, request id: e2973e1f-cb0b-49cf-835f-40ed9b3e7a77
on ../../modules/db_option_group/main.tf line 1, in resource "aws_db_option_group" "this":
1: resource "aws_db_option_group" "this" {
Error: Error creating DB Option Group: InvalidParameterValue: The parameter MajorEngineVersion must be provided and must not be blank.
status code: 400, request id: c0a6ae89-97c3-40a2-87c7-09b9611b991a
on ../../modules/db_option_group/main.tf line 1, in resource "aws_db_option_group" "this":
1: resource "aws_db_option_group" "this" {
I tried to debug further but I'm not familiar enough with option groups. Hope this helps.
yhkim-prestolabs and rakitadragan
Metadata
Metadata
Assignees
Labels
No labels