We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f6c9f commit 0374f61Copy full SHA for 0374f61
.deploy/terraform/main.tf
@@ -189,7 +189,7 @@ resource "aws_elastic_beanstalk_configuration_template" "docs" {
189
setting {
190
namespace = "aws:autoscaling:launchconfiguration"
191
name = "InstanceType"
192
- value = "t3.small"
+ value = "t3.micro"
193
}
194
195
@@ -235,7 +235,7 @@ resource "aws_elastic_beanstalk_configuration_template" "docs" {
235
236
namespace = "aws:autoscaling:asg"
237
name = "MinSize"
238
- value = "1"
+ value = "2"
239
240
241
0 commit comments