-
-
Notifications
You must be signed in to change notification settings - Fork 63
Error when using config and config_pwd option #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i can reproduce this problem, tho only using |
KiaraGrouwstra
added a commit
to KiaraGrouwstra/terraform-nixos
that referenced
this issue
Apr 9, 2025
KiaraGrouwstra
added a commit
to KiaraGrouwstra/terraform-nixos
that referenced
this issue
Apr 9, 2025
This was referenced Apr 9, 2025
i found this commit as a solution to this problem other than my pr |
KiaraGrouwstra
added a commit
to KiaraGrouwstra/terraform-nixos
that referenced
this issue
Apr 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When I use the
config
andconfig_pwd
option to pass a dynamic nixos configuration I get the error :By looking at the code I can see that the
configuration
variable is used with theimport
function which only work if the type is a string.https://github.com/tweag/terraform-nixos/blob/646cacb12439ca477c05315a7bfd49e9832bc4e3/deploy_nixos/nixos-instantiate.sh#L30
Am I using the
config
parameter wrong ?The text was updated successfully, but these errors were encountered: