Skip to content

Commit

Permalink
Merge pull request #29 from companieshouse/rejig-instance-sizes
Browse files Browse the repository at this point in the history
changed instance size
  • Loading branch information
charris-CH authored Apr 16, 2024
2 parents b3f610e + 8c01dd1 commit 0dd6eca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ application = "storage-dev-01"
environment = "development"

instance_count = 1
instance_size = "t3.small"
instance_size = "t3.medium"

availability_zones = ["eu-west-2a","eu-west-2b"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ application = "storage-dev-02"
environment = "development"

instance_count = 1
instance_size = "t3.small"
instance_size = "t3.medium"

availability_zones = ["eu-west-2a","eu-west-2b"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ application = "unix-dev-01"
environment = "development"

instance_count = 1
instance_size = "t3.small"
instance_size = "t3.medium"

availability_zones = ["eu-west-2a","eu-west-2b"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ application = "unix-dev-03"
environment = "development"

instance_count = 1
instance_size = "t3.small"
instance_size = "t3.medium"

availability_zones = ["eu-west-2a","eu-west-2b"]

Expand Down

0 comments on commit 0dd6eca

Please sign in to comment.