Merge pull request #4627 from ColinHebert/patch-1
provider/aws: EBS optimised to force new resource
This commit is contained in:
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…
Reference in New Issue