Skip to content

Commit

Permalink
ACCESS_TOKEN for dropbox; add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Dec 11, 2024
1 parent fd09c57 commit 098fcfb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion infra/modules/worklytics-connector-specs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ EOT
},
{
name : "ACCESS_TOKEN"
writable : true
writable : true # access token
sensitive : true
value_managed_by_tf : false
description : "Short-lived oauth access_token. Filled by Proxy instance."
Expand Down Expand Up @@ -1059,6 +1059,13 @@ EOT
sensitive : true
value_managed_by_tf : false
},
{
name : "ACCESS_TOKEN"
writable : true # access token
sensitive : true
value_managed_by_tf : false
description : "Short-lived oauth access_token. Filled by Proxy instance."
},
],
environment_variables : {
GRANT_TYPE : "refresh_token"
Expand Down

0 comments on commit 098fcfb

Please sign in to comment.