Skip to content

Commit

Permalink
Merge pull request #4086 from mmdriley/subnet-mappings-force-new
Browse files Browse the repository at this point in the history
Set subnet_mapping element attributes to ForceNew
  • Loading branch information
bflad authored Apr 17, 2018
2 parents 7e0e05b + 5558507 commit f6b3593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/resource_aws_lb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
Expand Down

0 comments on commit f6b3593

Please sign in to comment.