diff --git a/aws/resource_aws_lb.go b/aws/resource_aws_lb.go index ea1053d134e4..ff022d89ba61 100644 --- a/aws/resource_aws_lb.go +++ b/aws/resource_aws_lb.go @@ -103,10 +103,12 @@ func resourceAwsLb() *schema.Resource { "subnet_id": { Type: schema.TypeString, Required: true, + ForceNew: true, }, "allocation_id": { Type: schema.TypeString, Optional: true, + ForceNew: true, }, }, },