[TERRAFORM] Remove pulumi. Adopt Terraform Cloud.

This commit is contained in:
Kat Inskip 2023-04-26 17:29:26 -07:00
parent 2cc183fdec
commit 75936bcebf
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
50 changed files with 950 additions and 4378 deletions

View file

@ -138,7 +138,7 @@
user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
};
hostname = "5.78.94.220";
hostname = "${name}.inskip.me";
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
sshUser = "root";
user = "root";