Open r17x opened 1 year ago
interesting
@faultables
example
*.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
@faultables you can do re-write *.tf to nix (based on my PRs branch)
Here we go https://github.com/evilfactorylabs/area13/pull/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
uda ada lsp nya lom
gamau kalo ga ada lsp wkwk
uda ada lsp nya lom
gamau kalo ga ada lsp wkwk
lsp saved me even on typos lol https://github.com/evilfactorylabs/area13/commit/cd030ceace05cd36dbe34d54eabc3a0e20e71654
I think you can continue this progress #10 @faultables
@kevanantha
I don't want to explain but maybe it can take over hcl in some part
https://terranix.org/documentation
@faultables