Skip to content

Commit

Permalink
Update elasticbeanstalk.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Mar 4, 2024
1 parent 1d75e47 commit bcbb0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/elasticbeanstalk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_elastic_beanstalk_application" "hydroserver_django_app" {
resource "aws_elastic_beanstalk_environment" "hydroserver_django_env" {
name = "hydroserver-${var.instance}-env"
application = aws_elastic_beanstalk_application.hydroserver_django_app.name
solution_stack_name = "64bit Amazon Linux 2 v3.5.11 running Python 3.8"
solution_stack_name = "64bit Amazon Linux 2 v3.5.12 running Python 3.8"

setting {
namespace = "aws:elasticbeanstalk:environment"
Expand Down

0 comments on commit bcbb0cc

Please sign in to comment.