We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0db1798 + 4cbb141 commit 9af0d3cCopy full SHA for 9af0d3c
1 file changed
cloudgoat/scenarios/aws/beanstalk_secrets/terraform/ec2.tf
@@ -14,7 +14,7 @@ resource "aws_elastic_beanstalk_application" "eb_app" {
14
resource "aws_elastic_beanstalk_environment" "eb_env" {
15
name = replace("${var.cgid}-env", "_", "-")
16
application = aws_elastic_beanstalk_application.eb_app.name
17
- solution_stack_name = "64bit Amazon Linux 2 v3.7.9 running Python 3.8"
+ solution_stack_name = "64bit Amazon Linux 2023 v4.5.0 running Python 3.13"
18
19
setting {
20
namespace = "aws:elasticbeanstalk:application:environment"
0 commit comments