Skip to content

Commit

Permalink
Merge pull request #920 from sparkprime/cleanup_service_accounts
Browse files Browse the repository at this point in the history
Remove service_accounts (legacy dupe of service_account)
  • Loading branch information
phinze committed Feb 3, 2015
2 parents 7df0932 + a07ff4b commit 90d504a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions builtin/providers/google/resource_compute_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,6 @@ func resourceComputeInstance() *schema.Resource {
},
},

"service_accounts": &schema.Schema{
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"email": &schema.Schema{
Type: schema.TypeString,
Required: true,
ForceNew: true,
},

"scopes": &schema.Schema{
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
},
},
},
},

"can_ip_forward": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Expand Down

0 comments on commit 90d504a

Please sign in to comment.