-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
interesting |
example
{
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 you can do re-write *.tf to nix (based on my PRs branch) Here we go #10 |
uda ada lsp nya lom |
@faultables ada dong.
|
nice. I'm going to add it to the backlog as we're going to be rewriting all this mess |
gamau kalo ga ada lsp wkwk |
lsp saved me even on typos lol cd030ce |
I think you can continue this progress #10 @faultables |
I don't want to explain but maybe it can take over hcl in some part
https://terranix.org/documentation
@faultables
The text was updated successfully, but these errors were encountered: