Skip to content

Commit

Permalink
provider/aws: Allow Instance to be computed in EIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Oct 8, 2015
1 parent 877f9f8 commit c68d9c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builtin/providers/aws/resource_aws_eip.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ func resourceAwsEip() *schema.Resource {
"instance": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"network_interface": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ConflictsWith: []string{"instance"},
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"allocation_id": &schema.Schema{
Expand Down

0 comments on commit c68d9c4

Please sign in to comment.