Skip to content
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

Cannot convert terraform projects with git referenced modules #222

Open
brandonpollack23 opened this issue Nov 10, 2024 · 1 comment
Open
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@brandonpollack23
Copy link
Contributor

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?

@brandonpollack23 brandonpollack23 self-assigned this Nov 10, 2024
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Nov 10, 2024
@brandonpollack23
Copy link
Contributor Author

I believe this should be handled by #186

@justinvp justinvp added kind/bug Some behavior is incorrect or out of spec and removed needs-triage Needs attention from the triage team labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants