terraform-nixos #1

Closed
kiara wants to merge 57 commits from terraform-nixos into tf
Showing only changes of commit 225f2a5be6 - Show all commits

View file

@ -153,6 +153,7 @@ class DeploymentStatus(ConfigurationForm):
"apply",
f"-state={cwd}/terraform.tfstate", # FIXME: separate users' state
"--auto-approve",
"-lock=false",
]
deployment_result = subprocess.run(cmd, cwd=cwd, env=env)
print(deployment_result)