Fix typo
This commit is contained in:
parent
268920126e
commit
9e233a5cd7
|
@ -101,7 +101,7 @@ func resourceAwsInstance() *schema.Resource {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
"vpc_security_groups_ids": &schema.Schema{
|
"vpc_security_group_ids": &schema.Schema{
|
||||||
Type: schema.TypeSet,
|
Type: schema.TypeSet,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Computed: true,
|
Computed: true,
|
||||||
|
|
Loading…
Reference in New Issue