Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updated the allocated storage type from string to number #1

Merged
merged 2 commits into from
Aug 5, 2023

Conversation

techieforfun
Copy link
Owner

@techieforfun techieforfun commented Aug 5, 2023

Description

The allocated_storage type of the DB Instance is an integer, as indicated in the AWS documentation. This change has been reflected in this module, transitioning it from a string to a number.

Motivation and Context

To adhere to the AWS API data type convention.

Breaking Changes

No

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects

The examples already shows data in number format, however I test it via different types including both string and number values.

  • I have executed pre-commit run -a on my pull request

@techieforfun techieforfun merged commit 71072ed into master Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant