Skip to content

Commit

Permalink
Merge pull request #4627 from ColinHebert/patch-1
Browse files Browse the repository at this point in the history
provider/aws: EBS optimised to force new resource
  • Loading branch information
catsby committed Jan 14, 2016
2 parents 1c24eb1 + 2948d36 commit 79c32dd
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 @@ -145,6 +145,7 @@ func resourceAwsInstance() *schema.Resource {
"ebs_optimized": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
ForceNew: true,
},

"disable_api_termination": &schema.Schema{
Expand Down

0 comments on commit 79c32dd

Please sign in to comment.