Skip to content

Commit c6489dc

Browse files
Bump database instance type from t2 to t3 (#266)
* 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>
1 parent a47e4a3 commit c6489dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 3.4.4
2+
current_version = 3.4.5
33
commit = True
44
tag = False

code/solutions/dynamic-references/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Resources:
3131
- id: F80
3232
- id: F27
3333
Properties:
34-
DBInstanceClass: db.t2.micro
34+
DBInstanceClass: db.t3.micro
3535
AllocatedStorage: "20"
3636
Engine: mysql
3737
MasterUsername: !Ref DBUsername

code/workspace/dynamic-references/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Resources:
3131
- id: F80
3232
- id: F27
3333
Properties:
34-
DBInstanceClass: db.t2.micro
34+
DBInstanceClass: db.t3.micro
3535
AllocatedStorage: "20"
3636
Engine: mysql
3737
MasterUsername: !Ref DBUsername

0 commit comments

Comments
 (0)