From 2dd78a8faa84fc76ab4fea940f521e9982c5fbc3 Mon Sep 17 00:00:00 2001 From: stack72 Date: Fri, 1 Apr 2016 17:31:44 -0500 Subject: [PATCH] provider/aws: ElasticBeanstalk Config template tests now use a less brittle test env case --- ...ws_elastic_beanstalk_configuration_template_test.go | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/builtin/providers/aws/resource_aws_elastic_beanstalk_configuration_template_test.go b/builtin/providers/aws/resource_aws_elastic_beanstalk_configuration_template_test.go index 4aedf82b15..17f1a6ca7a 100644 --- a/builtin/providers/aws/resource_aws_elastic_beanstalk_configuration_template_test.go +++ b/builtin/providers/aws/resource_aws_elastic_beanstalk_configuration_template_test.go @@ -126,16 +126,10 @@ resource "aws_elastic_beanstalk_application" "tftest" { description = "tf-test-desc" } -#resource "aws_elastic_beanstalk_environment" "tfenvtest" { -# name = "tf-test-name" -# application = "${aws_elastic_beanstalk_application.tftest.name}" -# solution_stack_name = "64bit Amazon Linux 2015.03 v2.0.3 running Go 1.4" -#} - resource "aws_elastic_beanstalk_configuration_template" "tf_template" { name = "tf-test-template-config" application = "${aws_elastic_beanstalk_application.tftest.name}" - solution_stack_name = "64bit Amazon Linux 2015.09 v2.0.8 running Go 1.4" + solution_stack_name = "64bit Amazon Linux running Python" } ` @@ -167,7 +161,7 @@ resource "aws_elastic_beanstalk_configuration_template" "tf_template" { name = "tf-test-%s" application = "${aws_elastic_beanstalk_application.tftest.name}" - solution_stack_name = "64bit Amazon Linux 2015.03 v2.0.3 running Go 1.4" + solution_stack_name = "64bit Amazon Linux running Python" setting { namespace = "aws:ec2:vpc"