Skip to content

MySQL replica example appears to be broken #239

@silviogutierrez

Description

@silviogutierrez

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:

  1. git clone [email protected]:terraform-aws-modules/terraform-aws-rds.git
  2. cd terraform-aws-rds/examples/replica-mysql
  3. terraform init
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions