Revert "provider/aws: Read Elastic Beanstalk stack name" (#7452)

This commit is contained in:
Paul Stack 2016-07-01 10:03:31 +01:00 committed by GitHub
parent 5e4bb9116e
commit 54c0022d38
1 changed files with 0 additions and 4 deletions

View File

@ -404,10 +404,6 @@ func resourceAwsElasticBeanstalkEnvironmentRead(d *schema.ResourceData, meta int
} }
} }
if err := d.Set("solution_stack_name", *env.SolutionStackName); err != nil {
return err
}
if err := d.Set("autoscaling_groups", flattenBeanstalkAsg(resources.EnvironmentResources.AutoScalingGroups)); err != nil { if err := d.Set("autoscaling_groups", flattenBeanstalkAsg(resources.EnvironmentResources.AutoScalingGroups)); err != nil {
return err return err
} }