diff --git a/builtin/providers/aws/resource_aws_instance.go b/builtin/providers/aws/resource_aws_instance.go index ffe2256ea..ec2146232 100644 --- a/builtin/providers/aws/resource_aws_instance.go +++ b/builtin/providers/aws/resource_aws_instance.go @@ -65,6 +65,7 @@ func resourceAwsInstance() *schema.Resource { "private_ip": &schema.Schema{ Type: schema.TypeString, Optional: true, + ForceNew: true, Computed: true, },