[bug] Invalid value for input variable 'authentication' #1028
Labels
area: terraform 💾
status: in progress 🏗
This task is currently being worked on
type: bug 🐛
Something isn't working
Describe the bug
0.4.0 test tracker: #976
During deployment, qhub
0.4.0.dev64+g25b2eaa
on localminikube
andaws
, me and @iameskild noticed the following error during deployment when using Auth0/Github based auth:the above issue is due to the fact that terraform expects a
map
of one type variable forauthentication
which is not the case, as its receiving from input astring
andmap
as its values, see for reference this issue/comment.The following change will fix the above issue:
edit. Due to some restrictions created with the usage of
object
as type, another more general optiontype = any
is more advantageous.Expected behavior
authentication
variable should be correctly loaded into terraformThe text was updated successfully, but these errors were encountered: