cloudposse / terraform-aws-rds

Terraform module to provision AWS RDS instances
https://cloudposse.com/accelerate
Apache License 2.0
156 stars 181 forks source link

Set right var type acording to readme #139

Closed MaxymVlasov closed 2 years ago

Gowiem commented 2 years ago

/test all

MaxymVlasov commented 2 years ago

Error creating DB Instance: InvalidParameterCombination: Cannot find version 5.7.17 for MySQL

Looks like the test is broken

Gowiem commented 2 years ago

@MaxymVlasov Our tests seem to be currently broken. You can wait a couple weeks and ping me again when they'll likely be fixed or take a crack at fixing it yourself since it should be fairly easy. Here is the error:

Error: Error creating DB Instance: InvalidParameterCombination: Cannot find version 5.7.17 for mysql
TestExamplesComplete 2022-05-12T20:28:35Z logger.go:66:     status code: 400, request id: 564e06e5-098d-40ae-9102-9a92b2d65484
nitrocode commented 2 years ago

Tests are fixed. Please merge code from the default branch to your PR branch and we can rerun the tests.

nitrocode commented 2 years ago

/test all