Skip to content

Commit

Permalink
SCALRCORE-22796 Provider configurations > Add google service account …
Browse files Browse the repository at this point in the history
…name and project ID.
  • Loading branch information
DayS1eeper committed Aug 4, 2022
1 parent d365fd6 commit 82a709b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalr/resource_scalr_provider_configuration.go
Expand Up @@ -108,6 +108,7 @@ func resourceScalrProviderConfiguration() *schema.Resource {
"project": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"credentials": {
Type: schema.TypeString,
Expand Down

0 comments on commit 82a709b

Please sign in to comment.