don't set this, it messes things up

pull/2217/head
Clint Shryock 11 years ago
parent fcd89828f9
commit 2a0dc4e277

@ -642,7 +642,6 @@ func resourceAwsInstanceRead(d *schema.ResourceData, meta interface{}) error {
d.Set("subnet_id", instance.SubnetID)
}
d.Set("ebs_optimized", instance.EBSOptimized)
d.Set("source_dest_check", instance.SourceDestCheck)
d.Set("tags", tagsToMap(instance.Tags))
// Determine whether we're referring to security groups with

Loading…
Cancel
Save