You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plan errored
3 minutes ago
Started 3 minutes ago > Errored 3 minutes ago
Terraform 1.9.8
Error: Invalid value for variable
on main.tf line 16, in module "app":
SQLALCHEMY_DATABASE_URI = ""
var.SQLALCHEMY_DATABASE_URI is ""
Must not be empty string.
This was checked by the validation rule at ../modules/hushline-app/variables.tf:41,3-13.
Error: Invalid function argument
on ../modules/hushline-app/variables.tf line 246, in variable "domain_name":
condition = var.domain_name == null || length(var.domain_name) > 0
while calling length(value)
var.domain_name is null
Invalid value for "value" parameter: argument must not be null.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: