Skip to content

Commit

Permalink
block_device set to Computed, (hashicorp#684 and hashicorp#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoust committed Dec 25, 2014
1 parent 3929c96 commit 1d01957
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 @@ -176,6 +176,7 @@ func resourceAwsInstance() *schema.Resource {
"block_device": &schema.Schema{
Type: schema.TypeSet,
Optional: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"device_name": &schema.Schema{
Expand Down

0 comments on commit 1d01957

Please sign in to comment.