Skip to content

Dev deploys are broken #883

@micahflee

Description

@micahflee

It seems that as we've been changing environment variables, we haven't been keeping up with the dev deploy system. I tried adding the deploy tag to a PR and the job failed here: https://github.com/scidsg/hushline/actions/runs/13040141967/job/36379933749?pr=882

Terraform v1.10.5
on linux_amd64
Initializing plugins and modules...
╷
│ Warning: Value for undeclared variable
│
│ The root module does not declare a variable named "include_stripe_worker"
│ but a value was found in file
│ "/home/tfc-agent/.tfc-agent/component/terraform/runs/run-KMWpx1aZPb2JSyTT/terraform.tfvars".
│ If you meant to use this value, add a "variable" block to the
│ configuration.
│
│ To silence these warnings, use TF_VAR_... environment variables to provide
│ certain "global" settings to all configurations in your organization. To
│ reduce the verbosity of these warnings, use the -compact-warnings option.
╵
╷
│ Warning: Value for undeclared variable
│
│ The root module does not declare a variable named
│ "SMTP_FORWARDING_MESSAGE_HTML" but a value was found in file
│ "/home/tfc-agent/.tfc-agent/component/terraform/runs/run-KMWpx1aZPb2JSyTT/terraform.tfvars".
│ If you meant to use this value, add a "variable" block to the
│ configuration.
│
│ To silence these warnings, use TF_VAR_... environment variables to provide
│ certain "global" settings to all configurations in your organization. To
│ reduce the verbosity of these warnings, use the -compact-warnings option.
╵
╷
│ Warning: Values for undeclared variables
│
│ In addition to the other similar warnings shown, 2 other variable(s)
│ defined without being declared.
╵
╷
│ Error: Missing required argument
│
│   on main.tf line 8, in module "app":
│    8: module "app" {
│
│ The argument "SESSION_FERNET_KEY" is required, but no definition was found.
╵
Operation failed: failed running terraform plan (exit 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions