Skip to content

Commit 2433819

Browse files
authored
Merge pull request #5 from companieshouse/feature/initial-implementation
Increase development instance size
2 parents ca9bc6b + 6d87d55 commit 2433819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

groups/frontend/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variable "instance_count" {
4141
variable "instance_type" {
4242
type = string
4343
description = "The instance type to use"
44-
default = "t3.micro"
44+
default = "t3.small"
4545
}
4646

4747
variable "lb_deletion_protection" {

0 commit comments

Comments
 (0)