Merge pull request #12729 from hashicorp/paddy_drop_account_file

provider/google: drop the account file.
This commit is contained in:
Paddy 2017-03-15 23:40:04 -07:00 committed by GitHub
commit fc8e696581
1 changed files with 0 additions and 7 deletions

View File

@ -15,13 +15,6 @@ import (
func Provider() terraform.ResourceProvider {
return &schema.Provider{
Schema: map[string]*schema.Schema{
"account_file": &schema.Schema{
Type: schema.TypeString,
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("GOOGLE_ACCOUNT_FILE", nil),
Removed: "Use the credentials field instead",
},
"credentials": &schema.Schema{
Type: schema.TypeString,
Optional: true,