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

Look a the sky! #8

Open
r17x opened this issue Dec 26, 2022 · 9 comments
Open

Look a the sky! #8

r17x opened this issue Dec 26, 2022 · 9 comments
Labels
enhancement New feature or request

Comments

@r17x
Copy link
Member

r17x commented Dec 26, 2022

I don't want to explain but maybe it can take over hcl in some part

https://terranix.org/documentation

@faultables

@r17x r17x added the enhancement New feature or request label Dec 26, 2022
@faultables
Copy link
Member

interesting

@r17x
Copy link
Member Author

r17x commented Dec 27, 2022

@faultables

example

  • Make a module on each *.tf
{
  resource.digitalocean_vpc.default_sgp = {
    name = "default-sgp1";
    ip_range = "10.104.0.0/20";
    region = "sgp1";
  };
}

and then

let
        terraformConfiguration = terranix.lib.terranixConfiguration {
          inherit system;
          modules = [
            ./do_vpc.nix
            ./do_XXX.nix
          ];
        };
in {};

@faultables

@r17x
Copy link
Member Author

r17x commented Dec 27, 2022

@faultables you can do re-write *.tf to nix (based on my PRs branch)

Here we go #10

@faultables
Copy link
Member

uda ada lsp nya lom

@r17x
Copy link
Member Author

r17x commented Dec 27, 2022

@faultables ada dong.

image

  • rnix-lsp
  • nixfmt

@faultables
Copy link
Member

nice. I'm going to add it to the backlog as we're going to be rewriting all this mess

@kevanantha
Copy link
Member

uda ada lsp nya lom

gamau kalo ga ada lsp wkwk

@faultables
Copy link
Member

uda ada lsp nya lom

gamau kalo ga ada lsp wkwk

lsp saved me even on typos lol cd030ce

@r17x
Copy link
Member Author

r17x commented Dec 27, 2022

I think you can continue this progress #10 @faultables

@kevanantha

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants