Revert "provider/aws: Read Elastic Beanstalk stack name" (#7452)
This commit is contained in:
parent
5e4bb9116e
commit
54c0022d38
|
@ -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 {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue