mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/google: Fix reading account_file path
This commit is contained in:
parent
4764a556c0
commit
7884456c4b
@ -71,13 +71,13 @@ func (c *Config) loadAndValidate() error {
|
||||
}
|
||||
|
||||
contents = string(b)
|
||||
}
|
||||
|
||||
if err := parseJSON(&account, contents); err != nil {
|
||||
return fmt.Errorf(
|
||||
"Error parsing account file '%s': %s",
|
||||
contents,
|
||||
err)
|
||||
if err := parseJSON(&account, contents); err != nil {
|
||||
return fmt.Errorf(
|
||||
"Error parsing account file '%s': %s",
|
||||
contents,
|
||||
err)
|
||||
}
|
||||
}
|
||||
|
||||
clientScopes := []string{
|
||||
|
Loading…
Reference in New Issue
Block a user