Skip to content

Commit

Permalink
resource/aws_dx_private_virtual_interface: Add missing aws_device schema
Browse files Browse the repository at this point in the history
Reference: #7131
  • Loading branch information
bflad committed Mar 15, 2019
1 parent 972a5b7 commit 0fa47b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/resource_aws_dx_private_virtual_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ func resourceAwsDxPrivateVirtualInterface() *schema.Resource {
Computed: true,
},
"tags": tagsSchema(),
"aws_device": {
Type: schema.TypeString,
Computed: true,
},
},

Timeouts: &schema.ResourceTimeout{
Expand Down

0 comments on commit 0fa47b2

Please sign in to comment.