terraform-nixos #1

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

View file

@ -157,6 +157,6 @@ class DeploymentStatus(ConfigurationForm):
"--auto-approve", "--auto-approve",
"-lock=false", "-lock=false",
] ]
deployment_result = subprocess.run(cmd, cwd=cwd, env=env, user="root") deployment_result = subprocess.run(cmd, cwd=cwd, env=env)
print(deployment_result) print(deployment_result)
return deployment_result, deployment_params return deployment_result, deployment_params