Skip to content

Commit f1aa553

Browse files
AlmogCohenaknysh
authored andcommitted
update the example's solution stack name to avoid errors on apply (#82)
As mentioned here #80
1 parent aa3b042 commit f1aa553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module "elastic_beanstalk_environment" {
6161
public_subnets = "${module.subnets.public_subnet_ids}"
6262
private_subnets = "${module.subnets.private_subnet_ids}"
6363
security_groups = ["${module.vpc.vpc_default_security_group_id}"]
64-
solution_stack_name = "64bit Amazon Linux 2018.03 v2.12.2 running Docker 18.03.1-ce"
64+
solution_stack_name = "64bit Amazon Linux 2018.03 v2.12.10 running Docker 18.06.1-ce"
6565
keypair = ""
6666

6767
env_vars = "${

0 commit comments

Comments
 (0)