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 885bebb commit c7137c2Copy full SHA for c7137c2
.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.micro"
+ value = "t3.small"
193
}
194
195
0 commit comments