Merge pull request #4627 from ColinHebert/patch-1

provider/aws: EBS optimised to force new resource
pull/4680/head
Clint 10 years ago
commit 79c32ddbe9

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

Loading…
Cancel
Save