Missing required argument when using token_accessor #2678
-
Hi, I am using version 0.87.2 of the provider and I can't get a valid configuration when I use the token_accessor as recommended in the documentation. Here is the error I get when doing terraform validate: Error: Missing required argument I can't find out what I am doing wrong. Here are my main.tf file and variables.tf: main.tf: terraform { provider "snowflake" { variables.tf: variable "oauth_client_secret" { variable "oauth_redirect_url" { variable "oauth_refresh_token" { variable "oauth_client_id" { variable "oauth_endpoint" { I even tried to change the authenticator to: authenticator = "OAuth". It doesn't change anything. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Do you have any of the |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
It is now working. The last error was due to the refresh token that had expired just this morning! Thank you for your help :-)