Support for Aurora Serverless v1 and v2 #520
-
Do we have any support for Aurora Serverless, either v1 or v2? The Service Catalog module is still pinned to block the v4 AWS provider: https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/master/modules/data-stores/aurora/main.tf#L18. However, the Aurora reusable module does not pin the provider to pre-v4: https://github.com/gruntwork-io/terraform-aws-data-storage/blob/master/modules/aurora/main.tf#L13. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
-
When the |
Beta Was this translation helpful? Give feedback.
The
aurora
module supports serverless mode with v3 of the AWS provider. You can set theengine_mode
input variable to"serverless"
to deploy in serverless mode.