Skip to content

Commit

Permalink
Bump database instance type from t2 to t3 (#266)
Browse files Browse the repository at this point in the history
* Bump database instance type from t2 to t3

* Bump version: 3.4.4 → 3.4.5

---------

Co-authored-by: Franco Rezabek <43790446+rezabekf@users.noreply.github.com>
  • Loading branch information
zachbakerdev and rezabekf committed Jun 12, 2024
1 parent a47e4a3 commit c6489dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 3.4.4
current_version = 3.4.5
commit = True
tag = False
2 changes: 1 addition & 1 deletion code/solutions/dynamic-references/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Resources:
- id: F80
- id: F27
Properties:
DBInstanceClass: db.t2.micro
DBInstanceClass: db.t3.micro
AllocatedStorage: "20"
Engine: mysql
MasterUsername: !Ref DBUsername
Expand Down
2 changes: 1 addition & 1 deletion code/workspace/dynamic-references/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Resources:
- id: F80
- id: F27
Properties:
DBInstanceClass: db.t2.micro
DBInstanceClass: db.t3.micro
AllocatedStorage: "20"
Engine: mysql
MasterUsername: !Ref DBUsername
Expand Down

0 comments on commit c6489dc

Please sign in to comment.