We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example
Found this when trying to contribute to a friend's infra (by converting it to pulumi)
this results in the following generated code which fails with no diagnostics:
component "deployNixosGit" "./deploy_nixos?ref=d055d2180da230e47ba9082fc53a8b7d1fadbc43" { nixosConfig = "../nixos_configs/git.nix" targetUser = "root" targetHost = git-1.ipv4Address triggers = { instanceId = git-1.id } }
The HCL module is pulled down and put in a folder (as referenced)
When inspecting that there are some notimplemented blocks in it. Perhaps that should be in the diagnostic at least if it is the issue?
The text was updated successfully, but these errors were encountered:
I believe this should be handled by #186
Sorry, something went wrong.
brandonpollack23
No branches or pull requests
Example
Found this when trying to contribute to a friend's infra (by converting it to pulumi)
this results in the following generated code which fails with no diagnostics:
The HCL module is pulled down and put in a folder (as referenced)
When inspecting that there are some notimplemented blocks in it. Perhaps that should be in the diagnostic at least if it is the issue?
The text was updated successfully, but these errors were encountered: