Default 'ebs_optimized' and 'monitoring' to false

This commit is contained in:
Maxime Bury 2017-03-03 17:23:15 -08:00
parent 09a2886546
commit 4eba77eaee
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@ func resourceAwsSpotFleetRequest() *schema.Resource {
"ebs_optimized": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Default: false,
},
"iam_instance_profile": &schema.Schema{
Type: schema.TypeString,
@ -194,6 +195,7 @@ func resourceAwsSpotFleetRequest() *schema.Resource {
"monitoring": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Default: false,
},
"placement_group": &schema.Schema{
Type: schema.TypeString,