You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
Terraform docs show that all arguments are optional. In practice I've found that the minimum arguments required are:
oauth_scopes
credentials
impersonated_user_email
Anything less than this and I cannot do read-only actions (import), or write actions. Am I misunderstanding what required versus optional means in a terraform provider concept or are the docs incorrect?
If the docs need to be updated- would you accept a PR to specify any changes?
The text was updated successfully, but these errors were encountered:
Terraform docs show that all arguments are optional. In practice I've found that the minimum arguments required are:
Anything less than this and I cannot do read-only actions (import), or write actions. Am I misunderstanding what required versus optional means in a terraform provider concept or are the docs incorrect?
If the docs need to be updated- would you accept a PR to specify any changes?
The text was updated successfully, but these errors were encountered: