Skip to content

Commit

Permalink
allow setting network_interface_id on instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Morgan committed Dec 3, 2016
1 parent 55941e9 commit e141713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func resourceAwsInstance() *schema.Resource {
"network_interface_id": &schema.Schema{
Type: schema.TypeString,
Computed: true,
Optional: true,
},

"public_ip": &schema.Schema{
Expand Down

0 comments on commit e141713

Please sign in to comment.