Merge pull request #4627 from ColinHebert/patch-1

provider/aws: EBS optimised to force new resource
This commit is contained in:
Clint 2016-01-14 14:57:13 -06:00
commit 79c32ddbe9
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ func resourceAwsInstance() *schema.Resource {
"ebs_optimized": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
ForceNew: true,
},
"disable_api_termination": &schema.Schema{