Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev Deployment Fails in Terraform #712

Open
glenn-sorrentino opened this issue Oct 26, 2024 · 0 comments
Open

Dev Deployment Fails in Terraform #712

glenn-sorrentino opened this issue Oct 26, 2024 · 0 comments

Comments

@glenn-sorrentino
Copy link
Member

Screenshot 2024-10-26 at 10 53 20 AM
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant