From 2a0dc4e2776a2eb7e9672b086f1c6bf20c4feb5a Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Wed, 3 Jun 2015 17:10:07 -0500 Subject: [PATCH] don't set this, it messes things up --- builtin/providers/aws/resource_aws_instance.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_instance.go b/builtin/providers/aws/resource_aws_instance.go index 6d7072886..c9074fb5b 100644 --- a/builtin/providers/aws/resource_aws_instance.go +++ b/builtin/providers/aws/resource_aws_instance.go @@ -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