Hi everyone,
I’m working on Course 4, Week 4 – Capstone Project 1 and I’m facing an issue with terraform apply.
According to the exercise, Terraform should run without asking for any variable inputs (except the final confirmation). However, during terraform apply, I’m being prompted for:
var.catalog_database
Curated DB name
Enter a value:
Terraform is otherwise initialized successfully. I believe this variable should already be defined as part of the lab setup, but in my environment it seems to be missing, causing Terraform to ask for input interactively.
Has anyone else faced this issue?
Could you please confirm:
-
what the expected value for
catalog_databaseis, and -
where it is supposed to be defined?
Thanks in advance for the help!
Juhi