We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30a34c5 + 6e38827 commit 90c409fCopy full SHA for 90c409f
1 file changed
terraform/website.nix
@@ -32,7 +32,7 @@ in {
32
let apiUrl = "\${aws_api_gateway_deployment.functions_api.invoke_url}";
33
in {
34
lifecycle.prevent_destroy = false;
35
- name = "dailp-${if config.setup.stage == "prod" then "" else config.setup.stage}";
+ name = "dailp${if config.setup.stage == "prod" then "" else "-${config.setup.stage}"}";
36
description = "Digital Archive of Indigenous Language Persistence";
37
repository = lib.toLower (getEnv "GIT_REPOSITORY_URL");
38
oauth_token = getEnv "OAUTH_TOKEN";
0 commit comments